Removed commented out code

This commit is contained in:
squidfunk 2017-04-08 19:01:27 +02:00
parent 49ac0e2111
commit 463fd5202d

View File

@ -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(