Skip to content

Commit

Permalink
fix: removed leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Apr 25, 2018
1 parent f22ae5d commit 046d8ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dialog/engine.js
Expand Up @@ -633,7 +633,6 @@ class DialogEngine {
_findFlow(flowName, throwIfNotFound = false) {
const flow = _.find(this.flows, { name: flowName })

console.log(this.flows.map(x => x.name), flow, flowName)
if (throwIfNotFound && _.isNil(flow)) {
throw new Error(`Could not find flow "${flowName}"`)
}
Expand Down

0 comments on commit 046d8ce

Please sign in to comment.