some log cleanup

This commit is contained in:
Drew Weymouth
2026-02-08 17:46:20 -08:00
parent 52f96e1ce8
commit f2440d9d15
2 changed files with 5 additions and 8 deletions
-2
View File
@@ -50,8 +50,6 @@ func (ab *AutoEQBrowser) fetchAllProfiles() error {
return fmt.Errorf("failed to fetch AutoEQ index: %w", err)
}
log.Printf("Successfully fetched %d AutoEQ profiles", len(profiles))
// Convert to SearchResult format for display
ab.allProfileResults = sharedutil.MapSlice(profiles, ab.profileToSearchResult)
return nil