Remove var_dump from mappers

This commit is contained in:
Dennis Eichhorn 2017-11-07 20:35:13 +01:00
parent 6e79dbe55f
commit 50e43ab16a
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

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