remove not useful log
This commit is contained in:
parent
f042e31643
commit
6f339583c1
@ -35,12 +35,12 @@ export const messyConfigToNormal = (
|
|||||||
}) as Buffer
|
}) as Buffer
|
||||||
).toString("utf-8")
|
).toString("utf-8")
|
||||||
);
|
);
|
||||||
log.debug("loading, parsed config is:");
|
// log.debug("loading, parsed config is:");
|
||||||
log.debug(y);
|
// log.debug(y);
|
||||||
return y;
|
return y;
|
||||||
} else {
|
} else {
|
||||||
// return as is
|
// return as is
|
||||||
log.debug("loading, parsed config is the same");
|
// log.debug("loading, parsed config is the same");
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -63,7 +63,7 @@ export const normalConfigToMessy = (
|
|||||||
})
|
})
|
||||||
),
|
),
|
||||||
};
|
};
|
||||||
log.debug("encoding, encoded config is:");
|
// log.debug("encoding, encoded config is:");
|
||||||
log.debug(y);
|
// log.debug(y);
|
||||||
return y;
|
return y;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user