Fix sync-workspace log (#11247)

This is now log for every workspace we sync so stopped making sense
This commit is contained in:
Marie
2025-03-27 19:17:11 +01:00
committed by GitHub
parent 226b8f1b00
commit e201da263d

View File

@ -62,8 +62,6 @@ export class SyncWorkspaceMetadataCommand extends ActiveOrSuspendedWorkspacesMig
);
}
this.logger.log(
`Finished synchronizing all active workspaces (${total} workspaces).`,
);
this.logger.log(`Finished synchronizing workspace.`);
}
}