summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--scripts/cards/drag.js1
2 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 91fa548..2ec8b7e 100644
--- a/README.md
+++ b/README.md
@@ -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) {