We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01f7a7 commit 80c2e08Copy full SHA for 80c2e08
resources/lib/UnitySite.php
@@ -47,7 +47,6 @@ public static function errorLog(string $title, string $message)
47
"message" => $message,
48
"REMOTE_USER" => @$_SERVER["REMOTE_USER"],
49
"REMOTE_ADDR" => @$_SERVER["REMOTE_ADDR"],
50
- // getTrace() is a list but the JSON is very verbose
51
"trace" => (new \Exception())->getTraceAsString()
52
]
53
)
0 commit comments