Skip to content

Commit

Permalink
Update GameControl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Parallaxes authored Feb 13, 2025
1 parent e1ea8f6 commit 006ab98
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/js/platformer/GameControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const GameControl = {

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

if (GameEnv.timerActive) {
const newTime = time + GameEnv.timerInterval
Expand Down Expand Up @@ -281,4 +280,4 @@ const GameControl = {
},
};

export default GameControl;
export default GameControl;

0 comments on commit 006ab98

Please # to comment.