diff options
Diffstat (limited to 'commands/user.go')
-rw-r--r-- | commands/user.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/user.go b/commands/user.go index 55ad813c..e7a1da63 100644 --- a/commands/user.go +++ b/commands/user.go @@ -38,7 +38,7 @@ func runUser(cmd *cobra.Command, args []string) error { fmt.Printf("Name: %s\n", id.Name()) fmt.Printf("Login: %s\n", id.Login()) fmt.Printf("Email: %s\n", id.Email()) - fmt.Printf("Protected: %v\n", id.IsProtected()) + // fmt.Printf("Protected: %v\n", id.IsProtected()) return nil } |