We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7c89a commit e09337fCopy full SHA for e09337f
lambdas/functions/control-plane/src/scale-runners/scale-down.ts
@@ -211,7 +211,6 @@ async function terminateOrphan(environment: string): Promise<void> {
211
212
for (const runner of orphanRunners) {
213
// do we have a valid runnerId? then we are in a Jit Runner scenario else, use old method
214
- logger.info(`Runner var us '${JSON.stringify(runner)}' `);
215
if (runner.runnerId) {
216
logger.info(`Runner '${runner.instanceId}' is orphan, but has a runnerId.`);
217
// build a runner instance
0 commit comments