Remove missed console log statement

This commit is contained in:
mhamby47 2022-03-19 13:02:47 -05:00
parent 67a0b14692
commit 50ff95e15e
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ $(document).ready(function() {
} else {
popover.toggleClass("open-bottom");
}
console.log(distFromBottom);
e.stopImmediatePropagation();
}