This commit is contained in:
2025-10-23 02:20:05 +02:00
parent d77fcd8ef5
commit 6c70f9b81f
6 changed files with 287 additions and 248 deletions

View File

@@ -773,7 +773,6 @@ func (s *HTTPServer) getWatchlistSpotsWithStatus(w http.ResponseWriter, r *http.
for _, pattern := range watchlistCallsigns {
if spot.DX == pattern || strings.HasPrefix(spot.DX, pattern) {
isInWatchlist = true
Log.Debugf("✅ Watchlist match in API: %s matches pattern %s", spot.DX, pattern)
break
}
}
@@ -783,8 +782,6 @@ func (s *HTTPServer) getWatchlistSpotsWithStatus(w http.ResponseWriter, r *http.
}
}
Log.Debugf("📊 Watchlist spots API returned %d spots", len(relevantSpots))
type BandModeKey struct {
Band string
Mode string