Skip to content

Commit 073cd99

Browse files
authored
runners: Remove debug logging for listRunners (#6932)
This log message was driving me insane and causing a lot of useless noise in the logs. Removing so I can preserve my sanity. Signed-off-by: Eli Uriegas <[email protected]>
1 parent 10d76e7 commit 073cd99

File tree

1 file changed

+0
-1
lines changed
  • terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners

1 file changed

+0
-1
lines changed

terraform-aws-github-runner/modules/runners/lambdas/runners/src/scale-runners/runners.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ export async function listRunners(
190190
`.describeInstances({ Filters: ${JSON.stringify(ec2Filters)} }) = ` +
191191
`${describeInstanceResult?.Reservations?.length ?? 'UNDEF'}`,
192192
);
193-
console.debug(`[listRunners]: ${listOfRunnersIdType.join('\n ')}`);
194193
return { describeInstanceResult, awsRegion };
195194
});
196195
},

0 commit comments

Comments
 (0)