From 0a8e68baf498efbcd3de287cc50d9aa1144a7d28 Mon Sep 17 00:00:00 2001 From: Sam Hofius Date: Tue, 12 May 2020 18:50:55 -0400 Subject: [PATCH] Remove print statement that was left in by accident... woops! --- chat.go | 1 - 1 file changed, 1 deletion(-) diff --git a/chat.go b/chat.go index c4f40c9..701354c 100644 --- a/chat.go +++ b/chat.go @@ -769,7 +769,6 @@ func (k *Keybase) ListConvsOnName(channel chat1.ChatChannel) (*[]chat1.ConvSumma arg := newListConvsOnNameArg(channel) jsonBytes, _ := json.Marshal(arg) - fmt.Printf("%#v\n", arg) cmdOut, err := k.Exec("chat", "api", "-m", string(jsonBytes)) if err != nil {