Explorar el Código

Update packer.ts

Pryme8 hace 6 años
padre
commit
9aeb1da41c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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. 
     * @param quality of the image if downloading as jpeg, Ranges from >0 to 1. 
     */
     */
     public download(imageType:string = 'png', quality:number = 1): void {
     public download(imageType:string = 'png', quality:number = 1): void {
-        console.log(imageType)
         let pack = {
         let pack = {
             name : this.name,
             name : this.name,
             sets : {},
             sets : {},