Browse Source

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

main v2.0.6
Sam Hofius 4 years ago
parent
commit
0a8e68baf4
  1. 1
      chat.go

1
chat.go

@ -769,7 +769,6 @@ func (k *Keybase) ListConvsOnName(channel chat1.ChatChannel) (*[]chat1.ConvSumma @@ -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 {

Loading…
Cancel
Save