Skip to content

Commit 2c8bcc2

Browse files
committed
less logs
1 parent 6b16df0 commit 2c8bcc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/cli-v3/src/entryPoints/managed/execution.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ export class RunExecution {
10451045
this.sendDebugLog("handleSuspendable", { suspendableSnapshot });
10461046

10471047
if (!this.snapshotManager) {
1048-
this.sendDebugLog("handleSuspendable: missing snapshot manager");
1048+
this.sendDebugLog("handleSuspendable: missing snapshot manager", { suspendableSnapshot });
10491049
return;
10501050
}
10511051

@@ -1147,7 +1147,6 @@ export class RunExecution {
11471147
const { snapshots } = response.data;
11481148

11491149
if (!snapshots.length) {
1150-
this.sendDebugLog(`fetchAndProcessSnapshotChanges: no new snapshots`, { source });
11511150
return;
11521151
}
11531152

0 commit comments

Comments
 (0)