mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
remove error_log
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user