Skip to content
This repository was archived by the owner on Jun 16, 2020. It is now read-only.

Commit 02427f2

Browse files
beaucollinsnylen
authored andcommitted
Cleaning up some logging messages
1 parent 6c1b7b6 commit 02427f2

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

‎lib/ui/list_component.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ ListComponent.prototype.submitItem = function(item) {
178178
value = this.getValue()[index];
179179

180180
if (value) {
181-
console.log("Submit", value, index, item);
182181
this.emit('submit', value, index, item);
183182
}
184183

‎lib/ui/reference_panel.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ var ReferencePanel = Component.extend({
7373

7474
this.ranker = new Worker(this.options.search_url || "search.js");
7575
this.ranker.onmessage = (function(e) {
76-
console.log("Results", e.data.ms);
7776
this.onRanking(e.data.results);
7877
}).bind(this);
7978

0 commit comments

Comments
 (0)