mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-30 14:21:05 +02:00
[refactor] remove search console logging
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user