From a1917a8441474f7809e020626304db806b9b8132 Mon Sep 17 00:00:00 2001 From: josh <josh@elixxir.io> Date: Wed, 5 May 2021 14:17:29 -0700 Subject: [PATCH] Remove lingering debug print --- cmd/root.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 01b245cec..5379cc084 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -62,7 +62,6 @@ var rootCmd = &cobra.Command{ recipientID, isPrecanPartner = parseRecipient( viper.GetString("destid")) } - fmt.Println(isPrecanPartner) // Set it to myself if recipientID == nil { -- GitLab