diff --git a/.dist/file.js b/.dist/file.js index ee7588d..0af8a20 100644 --- a/.dist/file.js +++ b/.dist/file.js @@ -45,10 +45,6 @@ class File { if (this.width) { div.style.width = this.width + "px"; div.style.height = this.height + "px"; - console.log(div, ":3"); - } - else { - console.log("really?"); } console.log(img); console.log(this.width, this.height); diff --git a/webpage/file.ts b/webpage/file.ts index 12d56c9..601fd89 100644 --- a/webpage/file.ts +++ b/webpage/file.ts @@ -48,9 +48,6 @@ class File{ if(this.width){ div.style.width=this.width+"px"; div.style.height=this.height+"px"; - console.log(div,":3") - }else{ - console.log("really?"); } console.log(img); console.log(this.width,this.height)