From 938179600775d658f3c07ff528d0fc1d56c09d0b Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 30 Dec 2022 23:33:08 -0800 Subject: [PATCH] Remove unneeded console log --- layouts/partials/paige/script.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/paige/script.html b/layouts/partials/paige/script.html index a7ba863e..9e0248d4 100644 --- a/layouts/partials/paige/script.html +++ b/layouts/partials/paige/script.html @@ -10,7 +10,6 @@ function paigeResize() { var e = es[i]; if (e.offsetWidth !== w) { e.style.width = w + "px"; - console.log(e.style.width); } } }