Skip to content

Commit

Permalink
fix(dicts): remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed May 11, 2018
1 parent bd6ad3d commit b19dab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/dictionaries/cobuild/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ function handleDom (
.map(d => DOMPurify.sanitize(d.outerHTML))
}

console.log(doc)

if (result.title && result.defs && result.defs.length > 0) {
return { result, audio } as COBUILDSearchResult
}
Expand Down

0 comments on commit b19dab8

Please sign in to comment.