Skip to content

Commit

Permalink
removed stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ashubham committed Mar 19, 2017
1 parent 03fa46d commit a6dd539
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ class Context {

var handlerStack = [...this.handlers].reverse();
for(let [pattern, contextHandler] of handlerStack) {
console.log(pattern);
pattern(text, function(err, match) {
if(!!match) {
return cb(
Expand Down

0 comments on commit a6dd539

Please sign in to comment.