remove debug logging
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user