mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
chore(dir) processDir: rm log
This commit is contained in:
parent
4dd931756f
commit
0a9e26a27e
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@
|
|||
lTotal += lSize;
|
||||
}
|
||||
|
||||
processDir(pDir, calcSize, function(){
|
||||
Util.log(pDir + ' -> ' + lTotal);
|
||||
processDir(pDir, calcSize, function() {
|
||||
Util.exec(pCallBack, null, lTotal);
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue