get rid of logs
This commit is contained in:
parent
e31ad384bd
commit
12ad9c00b9
2 changed files with 0 additions and 7 deletions
|
@ -45,10 +45,6 @@ class File {
|
||||||
if (this.width) {
|
if (this.width) {
|
||||||
div.style.width = this.width + "px";
|
div.style.width = this.width + "px";
|
||||||
div.style.height = this.height + "px";
|
div.style.height = this.height + "px";
|
||||||
console.log(div, ":3");
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
console.log("really?");
|
|
||||||
}
|
}
|
||||||
console.log(img);
|
console.log(img);
|
||||||
console.log(this.width, this.height);
|
console.log(this.width, this.height);
|
||||||
|
|
|
@ -48,9 +48,6 @@ class File{
|
||||||
if(this.width){
|
if(this.width){
|
||||||
div.style.width=this.width+"px";
|
div.style.width=this.width+"px";
|
||||||
div.style.height=this.height+"px";
|
div.style.height=this.height+"px";
|
||||||
console.log(div,":3")
|
|
||||||
}else{
|
|
||||||
console.log("really?");
|
|
||||||
}
|
}
|
||||||
console.log(img);
|
console.log(img);
|
||||||
console.log(this.width,this.height)
|
console.log(this.width,this.height)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue