Przeglądaj źródła

Remove console.log

Popov72 5 lat temu
rodzic
commit
e6daaf8a37
1 zmienionych plików z 0 dodań i 2 usunięć
  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));
                 let spritemap = (<string[]>(<any>Reflect).ownKeys(celldata.frames));
 
 
-                console.log(spritemap);
-
                 this._spriteMap = spritemap;
                 this._spriteMap = spritemap;
                 this._packedAndReady = true;
                 this._packedAndReady = true;
                 this._cellData = celldata.frames;
                 this._cellData = celldata.frames;