mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-10 16:08:12 +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() {
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user