From b92adfcb5f79f2b32c3dafb0fc3e7f1b753b6197 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 8 Dec 2019 21:15:06 +0100 Subject: bridge: huge refactor to accept multiple kind of credentials --- commands/user_create.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'commands/user_create.go') diff --git a/commands/user_create.go b/commands/user_create.go index 037d79b25..88cc94de5 100644 --- a/commands/user_create.go +++ b/commands/user_create.go @@ -18,10 +18,6 @@ func runUserCreate(cmd *cobra.Command, args []string) error { defer backend.Close() interrupt.RegisterCleaner(backend.Close) - _, _ = fmt.Fprintf(os.Stderr, "Before creating a new identity, please be aware that "+ - "you can also use an already existing one using \"git bug user adopt\". As an example, "+ - "you can do that if your identity has already been created by an importer.\n\n") - preName, err := backend.GetUserName() if err != nil { return err -- cgit v1.2.3