Fix sync-workspace log (#11247)
This is now log for every workspace we sync so stopped making sense
This commit is contained in:
@ -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.`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user