This commit is contained in:
AJ ONeal 2011-02-04 00:16:29 -07:00
parent 35284be148
commit 364d4b552c
1 changed files with 1 additions and 2 deletions

View File

@ -22,13 +22,12 @@
emitter.on('name', function (path, file, stat) {
saneCount += 1;
//console.log( ["[", count, "] ", path, '/', file].join('') )
console.log( [path, '/', file].join('') )
//console.log( [path, '/', file].join('') )
});
emitter.on('names', function (path, files, stats) {
files.sort(sort);
//console.log('sort: ' + files.join(' ; '));
});
*/