Skip to content

Commit ec96de8

Browse files
committed
cleanup(sdk): remove unnecessary stack trace to avoid clutter
1 parent ecd08da commit ec96de8

File tree

1 file changed

+0
-1
lines changed
  • engine/core/src/main/resources/view/core

1 file changed

+0
-1
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ export class Drawer {
226226
scope.logo = logo
227227
} catch (error) {
228228
ErrorLog.push({
229-
cause: error,
230229
message: 'Missing "logo.png" to complete replay.'
231230
})
232231
scope.logo = new PIXI.Container()

0 commit comments

Comments
 (0)