less logs

This commit is contained in:
nicktrn
2025-05-06 21:51:25 +01:00
parent 6b16df09ef
commit 2c8bcc2579
@@ -1045,7 +1045,7 @@ export class RunExecution {
this.sendDebugLog("handleSuspendable", { suspendableSnapshot });
if (!this.snapshotManager) {
this.sendDebugLog("handleSuspendable: missing snapshot manager");
this.sendDebugLog("handleSuspendable: missing snapshot manager", { suspendableSnapshot });
return;
}
@@ -1147,7 +1147,6 @@ export class RunExecution {
const { snapshots } = response.data;
if (!snapshots.length) {
this.sendDebugLog(`fetchAndProcessSnapshotChanges: no new snapshots`, { source });
return;
}