Skip to content

Commit

Permalink
remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 30, 2024
1 parent b59957c commit 9cf97c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/callinfo/callinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func (c *Callinfo) ScoreUpdated(score core.Score) {

func (c *Callinfo) EntryOnFrequency(entry core.BandmapEntry, available bool) {
c.asyncRunner(func() {
log.Printf("EntryOnFrequency: %v %t", entry, available)
c.matchOnFrequencyAvailable = available

if available && c.matchOnFrequency.Callsign.String() == entry.Call.String() {
Expand Down

0 comments on commit 9cf97c7

Please sign in to comment.