提交 f732d4f5 编写于 作者: G Gabriele Cirulli

remove debug logging

上级 db0dc7ea
...@@ -22,7 +22,6 @@ function LocalScoreManager() { ...@@ -22,7 +22,6 @@ function LocalScoreManager() {
this.key = "bestScore"; this.key = "bestScore";
var supported = this.localStorageSupported(); var supported = this.localStorageSupported();
console.log(supported);
this.storage = supported ? window.localStorage : window.fakeStorage; this.storage = supported ? window.localStorage : window.fakeStorage;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册