Remove unneeded console log
This commit is contained in:
@@ -10,7 +10,6 @@ function paigeResize() {
|
||||
var e = es[i];
|
||||
if (e.offsetWidth !== w) {
|
||||
e.style.width = w + "px";
|
||||
console.log(e.style.width);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user