Skip to content

Commit efe02c5

Browse files
customSelector revisions, removes console.log
1 parent 20cac53 commit efe02c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sticky-query.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
function(root) {
1313
'use strict';
1414

15-
let stickyQuery = {}; // Object for public APIs
15+
let stickyQuery = {}; // Object for public APIs
1616
let settings; // Placeholder variables
1717

1818
/**
@@ -272,8 +272,6 @@
272272
document.querySelectorAll(this.selector),
273273
);
274274

275-
console.log(this.selector);
276-
277275
this.applyQueryParams(selectedLinks);
278276
};
279277

0 commit comments

Comments
 (0)