[refactor] remove search console logging

This commit is contained in:
zombieFox 2020-06-16 10:26:07 +01:00
parent b7bd20b858
commit d682e732da

View File

@ -44,7 +44,6 @@ var search = (function() {
get: function() { get: function() {
var searchInput = helper.e(".search-input"); var searchInput = helper.e(".search-input");
var string = helper.trimString(searchInput.value).toLowerCase(); var string = helper.trimString(searchInput.value).toLowerCase();
console.log(string);
if (state.get.current().search) { if (state.get.current().search) {
bookmarks.get().forEach(function(arrayItem, index) { bookmarks.get().forEach(function(arrayItem, index) {
arrayItem.items.forEach(function(arrayItem, index) { arrayItem.items.forEach(function(arrayItem, index) {