From ae9f71be96130e96759db4236651d4f848b826ed Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 26 Dec 2019 12:40:25 -0500 Subject: [PATCH] Remove comment for debugging print --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index d145dce..b91e356 100644 --- a/main.go +++ b/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) device := config.Colors.Message.SenderDevice.stylize(msg.Sender.DeviceName) msgID := config.Colors.Message.ID.stylize(fmt.Sprintf("%d", msg.ID))