1 Commits

Author SHA1 Message Date
0a8e68baf4 Remove print statement that was left in by accident... woops! 2020-05-12 18:50:55 -04:00

View File

@ -769,7 +769,6 @@ func (k *Keybase) ListConvsOnName(channel chat1.ChatChannel) (*[]chat1.ConvSumma
arg := newListConvsOnNameArg(channel) arg := newListConvsOnNameArg(channel)
jsonBytes, _ := json.Marshal(arg) jsonBytes, _ := json.Marshal(arg)
fmt.Printf("%#v\n", arg)
cmdOut, err := k.Exec("chat", "api", "-m", string(jsonBytes)) cmdOut, err := k.Exec("chat", "api", "-m", string(jsonBytes))
if err != nil { if err != nil {