From f69dbfd86dd508917e3b3b56129ea1a262fa4456 Mon Sep 17 00:00:00 2001 From: Joshua Vial Date: Mon, 8 Oct 2018 14:47:35 +1300 Subject: [PATCH] remove old print message --- client/commands/create_user.py | 1 - 1 file changed, 1 deletion(-) diff --git a/client/commands/create_user.py b/client/commands/create_user.py index d4d9f7b..18c03ec 100644 --- a/client/commands/create_user.py +++ b/client/commands/create_user.py @@ -5,5 +5,4 @@ def init_create_user(): print() print("address/key:", user.address) print() - print("Keep it secret, keep it safe") return user