Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent e1410be93f
commit 6241234d98

View File

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