Skip to content

Commit 44f7161

Browse files
committed
chore: remove extraneous logging
1 parent 39954a7 commit 44f7161

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

views/assets/js/loader.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
capturedLink.search = capturedLink.search
6161
? capturecLink.search + '&cache=' + timestamp
6262
: '?cache=' + timestamp;
63-
console.log(capturedLink);
6463
history.pushState({}, '', capturedLink);
6564
}
6665
else return location.assign(new URL(destination, location));

0 commit comments

Comments
 (0)