Skip to content

Commit abbf1f8

Browse files
Remove debugging code
1 parent ae48c55 commit abbf1f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/check-width.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ $(function () {
88
var windowWidth = $window.width();
99

1010
function checkWidth(reload) {
11-
console.log(reload)
1211
if (!reload) {
1312
if ($(window).width() === windowWidth) { //prevents the sidebar being opened on scroll on Apple browsers
1413
checkWidthToggleClass();

0 commit comments

Comments
 (0)