From b5275535ab732b9978adb6bb39f084199103f17f Mon Sep 17 00:00:00 2001 From: William Date: Sun, 19 Apr 2020 12:39:46 -0400 Subject: [PATCH] clean up --- docs/assets/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/js/index.js b/docs/assets/js/index.js index 13b33c3..004ec4a 100644 --- a/docs/assets/js/index.js +++ b/docs/assets/js/index.js @@ -21,7 +21,7 @@ var globalStates = { building: 5 }; var globalState = globalStates.titleScreen; -debugger + function update() { switch (globalState) {