Remove unneeded console log

This commit is contained in:
Will Faught
2022-12-30 23:33:08 -08:00
parent e56cc43403
commit 9381796007

View File

@@ -10,7 +10,6 @@ function paigeResize() {
var e = es[i];
if (e.offsetWidth !== w) {
e.style.width = w + "px";
console.log(e.style.width);
}
}
}