Skip to content

Commit 3f98586

Browse files
committed
Remove console log
1 parent 97cd4b0 commit 3f98586

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/objects/ladders/ladder.plugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export const action: objectInteractionActionHandler = (details) => {
4545
newPosition.x--;
4646
}
4747
}
48-
console.log(newPosition);
4948
if (!validate(newPosition.level)) return;
5049
if (!details.objectConfig.name.startsWith('Stair')) {
5150
player.playAnimation(up ? 828 : 827);

0 commit comments

Comments
 (0)