Skip to content
Snippets Groups Projects
Commit 463fd520 authored by squidfunk's avatar squidfunk
Browse files

Removed commented out code

parent 49ac0e21
No related branches found
No related tags found
No related merge requests found
...@@ -194,9 +194,6 @@ export default class Result { ...@@ -194,9 +194,6 @@ export default class Result {
/* Render results */ /* Render results */
result.forEach((items, ref) => { result.forEach((items, ref) => {
const doc = this.docs_.get(ref) const doc = this.docs_.get(ref)
// console.log(ref, items)
// if (!items.length)// && !doc.text.length && !doc.title.match(match))
// return
/* Append search result */ /* Append search result */
this.list_.appendChild( this.list_.appendChild(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment