Skip to content

Commit 2bbdaee

Browse files
committed
Remove log
1 parent 97838df commit 2bbdaee

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal-packages/run-engine/src/engine/systems/waitpointSystem.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,6 @@ export class WaitpointSystem {
510510
await this.$.runLock.lock([runId], 5000, async () => {
511511
const snapshot = await getLatestExecutionSnapshot(this.$.prisma, runId);
512512

513-
this.$.logger.debug("continueRunIfUnblocked", {
514-
runId,
515-
snapshot,
516-
});
517-
518513
//run is still executing, send a message to the worker
519514
if (isExecuting(snapshot.executionStatus)) {
520515
const result = await this.$.runQueue.reacquireConcurrency(

0 commit comments

Comments
 (0)