peteclark82 / cuke-tree

A hierarchical Cucumber test report generator and IDE for node.js
MIT License
12 stars 4 forks source link

Use the debug module instead of console.log #9

Open simondean opened 11 years ago

simondean commented 11 years ago

cuke-tree produces a lot of console output. The debug module (https://npmjs.org/package/debug) could be used instead, so that debug output is available when needed and console output is kept to the essentials when debug output is not needed