Browse Source

Rm debug messages

refactor
Harish.K 10 years ago
parent
commit
c631c1b7ea
  1. 1
      index.js

1
index.js

@ -104,7 +104,6 @@ function runner( d, cb ){
/* Then each It functions */ /* Then each It functions */
function(cb){ function(cb){
console.log( 'starting its...');
async.eachSeries(d.its, async.eachSeries(d.its,
function(itItem, cb ){ function(itItem, cb ){

Loading…
Cancel
Save