From 364d4b552c8fd69e8919abda52b56c10ca2cb4aa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 4 Feb 2011 00:16:29 -0700 Subject: [PATCH] typo fix --- profile/walk-test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profile/walk-test.js b/profile/walk-test.js index 6379984..8045a49 100755 --- a/profile/walk-test.js +++ b/profile/walk-test.js @@ -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(' ; ')); }); - */