mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Removed not needed console log message.
Thanks to xet7 !
This commit is contained in:
parent
34e8e4d4c3
commit
0a34ee1b64
1 changed files with 2 additions and 1 deletions
|
|
@ -285,7 +285,8 @@ class CronMigrationManager {
|
||||||
const canStart = cronJobStorage.canStartNewJob();
|
const canStart = cronJobStorage.canStartNewJob();
|
||||||
|
|
||||||
if (!canStart.canStart) {
|
if (!canStart.canStart) {
|
||||||
console.log(`Cannot start new job: ${canStart.reason}`);
|
// Suppress "Cannot start new job: Maximum concurrent jobs reached" message
|
||||||
|
// console.log(`Cannot start new job: ${canStart.reason}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue