remove unused comment

This commit is contained in:
raziman 2020-08-14 10:43:35 +08:00
parent d2606d6440
commit 1e537b7096

View File

@ -142,9 +142,6 @@ func timedPopup(
SetText(desc).
SetTextColor(gomu.accentColor)
// debugLog(fmt.Sprintf("from color: %d", tcell.GetColor("#FF0000")))
// debugLog(fmt.Sprintf("from color: %d", tcell.GetColor("#0A0F14")))
// debugLog(fmt.Sprintf("from config: %d", gomu.popupBg))
textView.SetTextAlign(tview.AlignCenter).SetBackgroundColor(gomu.popupBg)
box := tview.NewFrame(textView).SetBorders(1, 0, 0, 0, 0, 0)