Remove unnecessary console.log
This commit is contained in:
parent
c9fef951ca
commit
dca2298ccd
1
popup.js
1
popup.js
|
@ -304,7 +304,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
var shiftDown = false;
|
var shiftDown = false;
|
||||||
getOptions(function(data){
|
getOptions(function(data){
|
||||||
darkMode = data.options.darkMode;
|
darkMode = data.options.darkMode;
|
||||||
console.log("past there!");
|
|
||||||
getWindows(mainList,setHeights);
|
getWindows(mainList,setHeights);
|
||||||
});
|
});
|
||||||
filterInput.addEventListener('input', function(event){
|
filterInput.addEventListener('input', function(event){
|
||||||
|
|
Loading…
Reference in a new issue