Skip to content

Commit e675e50

Browse files
bghgaryCopilot
andcommitted
Remove debugger statement from experience.js
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1cfe9a7 commit e675e50

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Apps/Playground/Scripts/experience.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
/// <reference path="../../node_modules/babylonjs-materials/babylonjs.materials.module.d.ts" />
44
/// <reference path="../../node_modules/babylonjs-gui/babylon.gui.module.d.ts" />
55

6-
debugger;
7-
8-
const wireframe = false;
6+
const wireframe= false;
97
const turntable = false;
108
const logfps = true;
119
const ibl = false;

0 commit comments

Comments
 (0)