no need to attach runtime status twice

This commit is contained in:
nicktrn
2025-05-07 10:55:44 +01:00
parent 8c3da695ee
commit bd8efa7654
@@ -37,7 +37,7 @@ export class SharedRuntimeManager implements RuntimeManager {
) {
// Log out the runtime status on a long interval to help debug stuck executions
setInterval(() => {
this.debugLog("SharedRuntimeManager status", this.status);
this.debugLog("SharedRuntimeManager status");
}, 300_000);
}