Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynarus committed Aug 15, 2021
1 parent 97cd4b0 commit 3f98586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/objects/ladders/ladder.plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export const action: objectInteractionActionHandler = (details) => {
newPosition.x--;
}
}
console.log(newPosition);
if (!validate(newPosition.level)) return;
if (!details.objectConfig.name.startsWith('Stair')) {
player.playAnimation(up ? 828 : 827);
Expand Down

0 comments on commit 3f98586

Please sign in to comment.