Remove debug output

pull/220/head
Simon Roberts 3 years ago
parent a071c4797c
commit c55593c71b
No known key found for this signature in database
GPG Key ID: 0F30F99E6B771FD4

@ -418,7 +418,6 @@ func (ct *Cointop) GoToGlobalIndex(idx int) error {
// Look for the coin in the current page
for i, coin := range ct.State.coins {
if coin == target {
log.Debugf("XXX found %s (%s) at index %d", target.Name, target.Symbol, i)
ct.HighlightRow(i)
}
}

Loading…
Cancel
Save