remove error_log

This commit is contained in:
Bernhard Posselt
2015-01-15 16:30:15 +01:00
parent f2eb596904
commit e632565ffd

View File

@@ -479,8 +479,6 @@ Let's take the logic that was inside the controller and put it into a separate c
public function find($id, $userId) {
try {
error_log($id);
error_log($this->userId);
return $this->mapper->find($id, $userId);
// in order to be able to plug in different storage backends like files