Remove all logging from console

This commit is contained in:
glax 2024-10-20 20:17:31 +02:00
parent 67bed57ab6
commit 746ad1c16c

View File

@ -27,7 +27,5 @@ export function FrontendSettingsWith(settings: IFrontendSettings | undefined, jo
jobInterval: jobInterval === undefined ? settings.jobInterval : jobInterval,
}
}
console.debug(settings);
console.debug(transform);
return transform;
}