comment out some console.logs
This commit is contained in:
parent
e79860e672
commit
9e461cd9a5
|
@ -42,10 +42,10 @@
|
||||||
me._wcurpath = pathname;
|
me._wcurpath = pathname;
|
||||||
|
|
||||||
if (me._wsync) {
|
if (me._wsync) {
|
||||||
console.log('_walkSync');
|
//console.log('_walkSync');
|
||||||
me._wWalk = me._wWalkSync;
|
me._wWalk = me._wWalkSync;
|
||||||
} else {
|
} else {
|
||||||
console.log('_walkASync');
|
//console.log('_walkASync');
|
||||||
me._wWalk = me._wWalkAsync;
|
me._wWalk = me._wWalkAsync;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue