Skip to content

Commit 4f6905d

Browse files
committed
chore(perms): remove print
1 parent c8ad153 commit 4f6905d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

parser/perms.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package parser
22

33
import (
4-
"fmt"
5-
64
docopt "github.com/docopt/docopt-go"
75
"github.com/drycc/workflow-cli/cmd"
86
)
@@ -123,7 +121,6 @@ Arguments:
123121
username := safeGetString(args, "<username>")
124122
codename := safeGetString(args, "<codename>")
125123
uniqueid := safeGetString(args, "<uniqueid>")
126-
fmt.Println(username, codename, uniqueid)
127124
return cmdr.PermCreate(codename, uniqueid, username)
128125
}
129126

0 commit comments

Comments
 (0)