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(
|
this.logger.log(`Finished synchronizing workspace.`);
|
||||||
`Finished synchronizing all active workspaces (${total} workspaces).`,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user