Skip to content

Commit 006ab98

Browse files
authored
Update GameControl.js
1 parent e1ea8f6 commit 006ab98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/js/platformer/GameControl.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ const GameControl = {
8181

8282
// Subroutine to update time in local storage
8383
localStorage.setItem(this.lastLocalStorageTime, time)
84-
console.log("last local storage time set to: " + localStorage.getItem(this.lastLocalStorageTime))
8584

8685
if (GameEnv.timerActive) {
8786
const newTime = time + GameEnv.timerInterval
@@ -281,4 +280,4 @@ const GameControl = {
281280
},
282281
};
283282

284-
export default GameControl;
283+
export default GameControl;

0 commit comments

Comments
 (0)