summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <mike.wollmann@gmail.com>2021-09-05 11:55:47 +0200
committerjak1 <mike.wollmann@gmail.com>2021-09-05 11:55:47 +0200
commit3a63a415e1fb7263c02881e7cef172d3aeb0194d (patch)
tree6c2157a203cc2a385064597cfb3d1a60675822b9
parent40b25717e133bb5c4bb51676277cf27b9f1fc5de (diff)
downloadthepixelworld-3a63a415e1fb7263c02881e7cef172d3aeb0194d.tar.gz
thepixelworld-3a63a415e1fb7263c02881e7cef172d3aeb0194d.tar.bz2
thepixelworld-3a63a415e1fb7263c02881e7cef172d3aeb0194d.tar.xz
thepixelworld-3a63a415e1fb7263c02881e7cef172d3aeb0194d.zip
removed console spam (leftover from testing)
-rw-r--r--client/index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html
index 4dae05f..e9540a4 100644
--- a/client/index.html
+++ b/client/index.html
@@ -214,7 +214,6 @@
var width = 64;
var height = 64;
if (self.sit){
- console.log("sitting")
finalWidth = width * self.dir;
finalHeight = height * 4;
} else {