Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 8d90bb1f55
commit 455b8980f6

View File

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