Skip to content

Commit e09337f

Browse files
committed
fix(scale-down): remove unnecessary logging of runner variable in terminateOrphan function
1 parent 9d7c89a commit e09337f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-down.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ async function terminateOrphan(environment: string): Promise<void> {
211211

212212
for (const runner of orphanRunners) {
213213
// 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)}' `);
215214
if (runner.runnerId) {
216215
logger.info(`Runner '${runner.instanceId}' is orphan, but has a runnerId.`);
217216
// build a runner instance

0 commit comments

Comments
 (0)