summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-08-25 19:23:23 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-08-25 19:23:23 -0400
commit9077d7a40f619f42ee54a7abc9a5fb891b013baf (patch)
tree9275830323df38b7386da17196c0e662a081bdd9
parent1fd40d997854e0f23c22ef7d06c0a0a0e5140d89 (diff)
Update readme, quiet down drag script
-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) {