diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | scripts/cards/drag.js | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -2,7 +2,7 @@ ![WebCards](images/wc-icon-144.png) -[View Live Demo](https://circleshift.github.io/WebCards/) +[View Live Demo](http://cards.cshift.net) An in-browser client to play WebCards diff --git a/scripts/cards/drag.js b/scripts/cards/drag.js index d826262..77c0c07 100644 --- a/scripts/cards/drag.js +++ b/scripts/cards/drag.js @@ -109,7 +109,6 @@ class MultiDrag extends EventTarget { } update(e) { - console.log(e); if(e.type == "touchmove") { for (let t of e.changedTouches) { |