Skip to content

Commit

Permalink
Remove extraneous console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sequitur committed Jul 1, 2016
1 parent 0ea9c2d commit ce67aa7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class Improv {
this.audit = Boolean(spec.audit);
this.salienceFormula = spec.salienceFormula;
this.builtins = spec.builtins;
if (this.builtins) console.log(this.builtins);
this.history = [];
this.tagHistory = [];

Expand Down

0 comments on commit ce67aa7

Please sign in to comment.