mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-10 07:58:53 +01:00
[refactor] remove search console logging
This commit is contained in:
parent
b7bd20b858
commit
d682e732da
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user