Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 5b05048f26
commit 915ba5fff0
2 changed files with 0 additions and 4 deletions

View File

@ -106,8 +106,6 @@ class EventMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}

View File

@ -96,8 +96,6 @@ class ScheduleMapper extends DataMapperAbstract
return $objId;
}
} catch (\Exception $e) {
var_dump($e->getMessage());
return false;
}