Remove print statement that was left in by accident... woops!

This commit is contained in:
2020-05-12 18:50:55 -04:00
parent acc3e3ddec
commit 0a8e68baf4

View File

@ -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 {