summaryrefslogtreecommitdiff
path: root/game.js
diff options
context:
space:
mode:
Diffstat (limited to 'game.js')
-rw-r--r--game.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/game.js b/game.js
index 8ee4586..0e77d9c 100644
--- a/game.js
+++ b/game.js
@@ -535,7 +535,6 @@ window.addEventListener('load', function () {
const parts = e.data.substring('useImage '.length).split(' ');
imageUrl = parts[0];
imageLink = parts.length > 1 ? parts[1] : imageUrl;
- console.log(imageUrl);
hostPuzzle();
} else if (e.data.startsWith('error ')) {
const error = e.data.substring('error '.length);