mirror of
https://github.com/fccview/cronmaster.git
synced 2025-12-23 22:18:20 -05:00
remove debugging logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user