Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermi committed Feb 5, 2019
1 parent 0794695 commit d29d24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dashboard/src/services/search.js
Expand Up @@ -22,7 +22,6 @@ class SearchService {
threshold: 5, // >= initial threshold
depth: 3, // <= initial depth
callback: function (results) {
console.log(results)
resolve(results)
}
})
Expand Down

0 comments on commit d29d24c

Please sign in to comment.