diff --git a/cmd/root.go b/cmd/root.go
index 01b245cec199c3d1ceb726de9c3b1938c7261614..5379cc08411e557fcc39e2d05996632eddfa259e 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 {