From 50ff95e15e5795174e478ac042a2c0de8f22f761 Mon Sep 17 00:00:00 2001 From: mhamby47 Date: Sat, 19 Mar 2022 13:02:47 -0500 Subject: [PATCH] Remove missed console log statement --- www/js/site.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/js/site.js b/www/js/site.js index 41022a4..4d4f3a5 100644 --- a/www/js/site.js +++ b/www/js/site.js @@ -80,7 +80,6 @@ $(document).ready(function() { } else { popover.toggleClass("open-bottom"); } - console.log(distFromBottom); e.stopImmediatePropagation(); }