From 02a1ecee6fe1d8d694d665f6e3e08efbf5e75f45 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 26 Apr 2021 09:39:15 -0400 Subject: [PATCH] Remove dbeug --- web/api/app/Controller/UsersController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/api/app/Controller/UsersController.php b/web/api/app/Controller/UsersController.php index 8e4f016e9..7096da669 100644 --- a/web/api/app/Controller/UsersController.php +++ b/web/api/app/Controller/UsersController.php @@ -82,10 +82,7 @@ class UsersController extends AppController { * @return void */ public function add() { - ZM\Debug(1, "in add"); if ($this->request->is('post')) { - ZM\Debug(1, "is post"); - global $user; if ($user['System'] != 'Edit') { throw new UnauthorizedException(__('Insufficient Privileges'));