Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit a45f7ce

Browse files
committed
console
1 parent c98103f commit a45f7ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

demo/game/character.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ export default class Character extends Component {
179179
const { x, y } = characterPosition;
180180
const targetX = x + stageX;
181181

182-
console.log(y);
183-
184182
return {
185183
position: 'absolute',
186184
transform: `translate(${targetX * scale}px, ${y * scale}px)`,

0 commit comments

Comments
 (0)