Skip to content

Commit

Permalink
chore: remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 22, 2024
1 parent df66174 commit 2d80ad5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/assets/sprite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ export function loadSprite(
}
}
else {
console.log(assets.sprites);
if (typeof src === "string") {
return assets.sprites.add(name, SpriteData.from(src, opt));
}
Expand Down
3 changes: 0 additions & 3 deletions src/gfx/classes/TexPacker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ export default class TexPacker {
const differenceWidth = this.canvas.width - this.x;
const differenceHeight = this.canvas.height - this.y;

console.log(differenceHeight);
console.log(differenceWidth);

this.x += img.width;

if (img.height > this.curHeight) {
Expand Down

0 comments on commit 2d80ad5

Please sign in to comment.