Skip to content

Commit 73dc789

Browse files
committed
Removed commented logs
1 parent 77fa687 commit 73dc789

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/textures/parsers/SpriteSheetFromAtlas.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ var SpriteSheetFromAtlas = function (texture, frame, config)
7373

7474
var bottomHeight = frameHeight - ((sheetHeight - cutHeight) - topPad);
7575

76-
// console.log('x / y', x, y);
77-
// console.log('cutW / H', cutWidth, cutHeight);
78-
// console.log('sheetW / H', sheetWidth, sheetHeight);
79-
// console.log('row', row, 'column', column, 'total', total);
80-
// console.log('LW', leftWidth, 'RW', rightWidth, 'TH', topHeight, 'BH', bottomHeight);
81-
8276
if (startFrame > total || startFrame < -total)
8377
{
8478
startFrame = 0;

0 commit comments

Comments
 (0)