[refactor] remove search console logging

This commit is contained in:
zombieFox 2020-06-16 10:26:07 +01:00
parent b7bd20b858
commit d682e732da
1 changed files with 0 additions and 1 deletions

View File

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