We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a0ce1 commit f2b7589Copy full SHA for f2b7589
cli/sharing.go
@@ -112,7 +112,6 @@ func (r *RootCmd) shareWorkspace(orgContext *OrganizationContext) *serpent.Comma
112
}
113
114
groupRoles := make(map[string]codersdk.WorkspaceRole)
115
- fmt.Printf("%v\n", groups)
116
if len(groups) > 0 {
117
orgGroups, err := client.Groups(inv.Context(), codersdk.GroupArguments{
118
Organization: org.ID.String(),
0 commit comments