mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-01-31 16:58:42 +00:00
Remove var_dump from mappers
This commit is contained in:
parent
5b05048f26
commit
915ba5fff0
|
|
@ -106,8 +106,6 @@ class EventMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -96,8 +96,6 @@ class ScheduleMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user