removed debug log

This commit is contained in:
AJ ONeal 2013-06-22 23:11:51 -07:00
parent 8d1fda4cbc
commit 817e7dea56
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@
me._wReaddirHandler(err, files);
};
Walker.prototype._wWalkAsync = function () {
console.log('walkAsync');
//console.log('walkAsync');
var me = this
;