remove debugging by default
Signed-off-by: Victor Seiji Hariki <victorseijih@gmail.com>
This commit is contained in:
parent
e198cf9af4
commit
b590b6d124
2 changed files with 1 additions and 3 deletions
|
@ -396,7 +396,7 @@
|
|||
src="js/initalize/toolbar.populate.js?v=c1ca438"
|
||||
type="text/javascript"></script>
|
||||
<script
|
||||
src="js/initalize/debug.populate.js?v=76f8c89"
|
||||
src="js/initalize/debug.populate.js?v=64ad17f"
|
||||
type="text/javascript"></script>
|
||||
<script
|
||||
src="js/initalize/ui.populate.js?v=b59b288"
|
||||
|
|
|
@ -31,5 +31,3 @@ mouse.listen.world.onmousemove.on((evn) => {
|
|||
debugCtx.fill();
|
||||
}
|
||||
});
|
||||
|
||||
window.addEventListener("DOMContentLoaded", () => (global.debug = true));
|
||||
|
|
Loading…
Reference in a new issue