mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
chore: remove confusing comment
This commit is contained in:
parent
fccc6d5605
commit
cea308ef71
1 changed files with 0 additions and 2 deletions
|
|
@ -990,8 +990,6 @@ App::error()
|
|||
|
||||
$type = $error->getType();
|
||||
|
||||
// TODO filter out secrets and server details when not in development
|
||||
// but devKey is provided
|
||||
$output = (App::isDevelopment()) ? [
|
||||
'message' => $message,
|
||||
'code' => $code,
|
||||
|
|
|
|||
Loading…
Reference in a new issue