again remove unused log

This commit is contained in:
fyears 2022-04-07 23:32:28 +08:00
parent e704199da0
commit 4686d911f4

View File

@ -19,8 +19,8 @@ interface MessyConfigType {
export const messyConfigToNormal = (
x: MessyConfigType | RemotelySavePluginSettings | null | undefined
): RemotelySavePluginSettings | null | undefined => {
log.debug("loading, original config on disk:");
log.debug(x);
// log.debug("loading, original config on disk:");
// log.debug(x);
if (x === null || x === undefined) {
log.debug("the messy config is null or undefined, skip");
return x as any;