Remove var_dump from mappers

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

View File

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

View File

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