Skip to content

Commit f2b7589

Browse files
committed
fix: remove print
1 parent c5a0ce1 commit f2b7589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cli/sharing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func (r *RootCmd) shareWorkspace(orgContext *OrganizationContext) *serpent.Comma
112112
}
113113

114114
groupRoles := make(map[string]codersdk.WorkspaceRole)
115-
fmt.Printf("%v\n", groups)
116115
if len(groups) > 0 {
117116
orgGroups, err := client.Groups(inv.Context(), codersdk.GroupArguments{
118117
Organization: org.ID.String(),

0 commit comments

Comments
 (0)