remove debugging logs

This commit is contained in:
fccview
2025-10-08 15:01:18 +01:00
parent cda9685e6d
commit f96c37b55c

View File

@@ -270,9 +270,6 @@ export const runCronJob = async (
let executionUser = userInfo ? userInfo.username : "root";
if (dockerExecUser && executionUser === "root") {
console.log(
`Overriding root execution. Running command as user: ${dockerExecUser}`
);
executionUser = dockerExecUser;
}