Browse Source

Update packer.ts

Pryme8 5 years ago
parent
commit
9aeb1da41c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Materials/Textures/Packer/packer.ts

+ 0 - 1
src/Materials/Textures/Packer/packer.ts

@@ -656,7 +656,6 @@ export class TexturePacker{
     * @param quality of the image if downloading as jpeg, Ranges from >0 to 1. 
     */
     public download(imageType:string = 'png', quality:number = 1): void {
-        console.log(imageType)
         let pack = {
             name : this.name,
             sets : {},