We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c858 commit c1eeeebCopy full SHA for c1eeeeb
injected/src/url-change.js
@@ -70,7 +70,6 @@ function listenForURLChanges() {
70
const historyMethodProxy = new DDGProxy(urlChangedInstance, History.prototype, 'pushState', {
71
apply(target, thisArg, args) {
72
const changeResult = DDGReflect.apply(target, thisArg, args);
73
- console.log('pushstate event');
74
handleURLChange('push');
75
return changeResult;
76
},
0 commit comments