Skip to content

Commit 87a4254

Browse files
committed
fix(codingame): no more logging in the terminal
1 parent 5648cad commit 87a4254

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
@@ -223,7 +223,6 @@ export class Drawer {
223223
this.updateScene(this.scope, this.question, this.frames, this.currentFrame, this.progress, 1, this.reasons[this.currentFrame], true)
224224
/** **************************************************************************************************************************************** */
225225
} catch (error) {
226-
console.error('Cannot load demo, you might want to reset the demo')
227226
ErrorLog.push({
228227
cause: error,
229228
message: 'Cannot load demo, you might want to reset the demo'

0 commit comments

Comments
 (0)