Skip to content
Snippets Groups Projects
Commit a1917a84 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove lingering debug print

parent bf094d76
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,6 @@ var rootCmd = &cobra.Command{ ...@@ -62,7 +62,6 @@ var rootCmd = &cobra.Command{
recipientID, isPrecanPartner = parseRecipient( recipientID, isPrecanPartner = parseRecipient(
viper.GetString("destid")) viper.GetString("destid"))
} }
fmt.Println(isPrecanPartner)
// Set it to myself // Set it to myself
if recipientID == nil { if recipientID == nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment