mirror of
https://github.com/Rudi9719/kbtui.git
synced 2026-03-22 14:27:23 +00:00
Remove comment for debugging print
This commit is contained in:
1
main.go
1
main.go
@ -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)
|
user := colorUsername(msg.Sender.Username)
|
||||||
device := config.Colors.Message.SenderDevice.stylize(msg.Sender.DeviceName)
|
device := config.Colors.Message.SenderDevice.stylize(msg.Sender.DeviceName)
|
||||||
msgID := config.Colors.Message.ID.stylize(fmt.Sprintf("%d", msg.ID))
|
msgID := config.Colors.Message.ID.stylize(fmt.Sprintf("%d", msg.ID))
|
||||||
|
|||||||
Reference in New Issue
Block a user