remove debug logging

This commit is contained in:
Gabriele Cirulli
2014-03-14 13:56:38 +01:00
parent db0dc7eae1
commit f732d4f547
-1
View File
@@ -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;
} }