mirror of
https://github.com/Karaka-Management/oms-Comments.git
synced 2026-02-09 05:58:42 +00:00
Remove var_dump from mappers
This commit is contained in:
parent
a9d8cf1320
commit
83c5c98955
|
|
@ -92,8 +92,6 @@ class CommentListMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -90,8 +90,6 @@ class CommentMapper extends DataMapperAbstract
|
|||
return $objId;
|
||||
}
|
||||
} catch (\Exception $e) {
|
||||
var_dump($e->getMessage());
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user