From 52141b825c7326d80887affa4861be75b7861eb1 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 31 Aug 2025 13:08:24 +0300 Subject: [PATCH] Remove dbg --- src/Appwrite/Platform/Workers/Audits.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Audits.php b/src/Appwrite/Platform/Workers/Audits.php index d2cb55fe20..e52ad613ed 100644 --- a/src/Appwrite/Platform/Workers/Audits.php +++ b/src/Appwrite/Platform/Workers/Audits.php @@ -40,8 +40,6 @@ class Audits extends Action */ public function __construct() { - Console::error('__construct Audits'); - $this ->desc('Audits worker') ->inject('message')