mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
remove error_log
This commit is contained in:
parent
f2eb596904
commit
e632565ffd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user