Explorar el Código

Remove console.log

Popov72 hace 5 años
padre
commit
e6daaf8a37
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/Sprites/spriteManager.ts

+ 0 - 2
src/Sprites/spriteManager.ts

@@ -270,8 +270,6 @@ export class SpriteManager implements ISpriteManager {
 
                 let spritemap = (<string[]>(<any>Reflect).ownKeys(celldata.frames));
 
-                console.log(spritemap);
-
                 this._spriteMap = spritemap;
                 this._packedAndReady = true;
                 this._cellData = celldata.frames;