Browse Source

Remove comment for debugging print

pull/55/head
Gregory Rudolph 4 years ago
parent
commit
ae9f71be96
  1. 1
      main.go

1
main.go

@ -551,7 +551,6 @@ func formatMessage(api keybase.ChatAPI, formatString string) StyledString { @@ -551,7 +551,6 @@ func formatMessage(api keybase.ChatAPI, formatString string) StyledString {
}
}
//printInfo(fmt.Sprintf("%d", msg.Content.Text.ReplyTo))
user := colorUsername(msg.Sender.Username)
device := config.Colors.Message.SenderDevice.stylize(msg.Sender.DeviceName)
msgID := config.Colors.Message.ID.stylize(fmt.Sprintf("%d", msg.ID))

Loading…
Cancel
Save