Skip to content

Commit 80c2e08

Browse files
committed
remove comment
1 parent f01f7a7 commit 80c2e08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/UnitySite.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static function errorLog(string $title, string $message)
4747
"message" => $message,
4848
"REMOTE_USER" => @$_SERVER["REMOTE_USER"],
4949
"REMOTE_ADDR" => @$_SERVER["REMOTE_ADDR"],
50-
// getTrace() is a list but the JSON is very verbose
5150
"trace" => (new \Exception())->getTraceAsString()
5251
]
5352
)

0 commit comments

Comments
 (0)