Remove comment for debugging print

This commit is contained in:
Gregory Rudolph
2019-12-26 12:40:25 -05:00
parent 88a6f709f9
commit ae9f71be96

View File

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