Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 5cbc67a99a
commit 7682fae4e0

View File

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