chore(dir) processDir: rm log

This commit is contained in:
coderaiser 2013-10-28 10:02:27 +00:00
parent 4dd931756f
commit 0a9e26a27e

View file

@ -29,8 +29,7 @@
lTotal += lSize;
}
processDir(pDir, calcSize, function(){
Util.log(pDir + ' -> ' + lTotal);
processDir(pDir, calcSize, function() {
Util.exec(pCallBack, null, lTotal);
});
};