chore: remove confusing comment

This commit is contained in:
Chirag Aggarwal 2025-02-04 11:55:05 +00:00
parent fccc6d5605
commit cea308ef71

View file

@ -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,