Skip to content

Commit c1eeeeb

Browse files
Remove console.log from url-change.js (#1877)
1 parent 216c858 commit c1eeeeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

injected/src/url-change.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ function listenForURLChanges() {
7070
const historyMethodProxy = new DDGProxy(urlChangedInstance, History.prototype, 'pushState', {
7171
apply(target, thisArg, args) {
7272
const changeResult = DDGReflect.apply(target, thisArg, args);
73-
console.log('pushstate event');
7473
handleURLChange('push');
7574
return changeResult;
7675
},

0 commit comments

Comments
 (0)