1
0
Fork 0
mirror of synced 2024-09-15 00:48:25 +12:00

Remove debug trace

This commit is contained in:
Jake Barnby 2023-11-28 01:53:24 +13:00
parent c1f10b06a3
commit 632c902e1c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -685,7 +685,6 @@ App::error()
Console::error('[Error] Message: ' . $message);
Console::error('[Error] File: ' . $file);
Console::error('[Error] Line: ' . $line);
Console::error('[Error] Trace: ' . $error->getTraceAsString());
}
/** Handle Utopia Errors */