Skip to content

Commit 415f4d6

Browse files
committed
remove another useless log
1 parent d4a4168 commit 415f4d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ export class RunExecution {
191191
return;
192192
}
193193

194-
this.sendDebugLog(`enqueued snapshot change: ${snapshot.executionStatus}`, snapshotMetadata);
195-
196194
this.snapshotChangeQueue.push(runData);
197195
await this.processSnapshotChangeQueue();
198196
}
@@ -240,7 +238,7 @@ export class RunExecution {
240238
}
241239

242240
if (snapshot.friendlyId === this.currentSnapshotId) {
243-
return;
241+
return;
244242
}
245243

246244
this.sendDebugLog(`snapshot has changed to: ${snapshot.executionStatus}`, snapshotMetadata);

0 commit comments

Comments
 (0)