summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/util/debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascripts/rectangles/util/debug.js')
-rw-r--r--assets/javascripts/rectangles/util/debug.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/assets/javascripts/rectangles/util/debug.js b/assets/javascripts/rectangles/util/debug.js
deleted file mode 100644
index 924c816..0000000
--- a/assets/javascripts/rectangles/util/debug.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/*
- on mousedown, z := true
-
- if (z) // log stuff
-*/
-
-window.z = true;
-document.body.addEventListener("mousedown", function(){ z = true })