Skip to content

Commit fae1549

Browse files
chore(extractor): remove duplicate MBID→Discogs map log line (#309)
The inner build_mbid_discogs_map_from_file function already logs `📊 Built MBID→Discogs map: N entries from <path>` on completion (jsonl_parser.rs:301). The caller's log added no new information. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 61eb76b commit fae1549

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extractor/src/extractor.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ pub async fn process_musicbrainz_data(
11261126
} else {
11271127
HashMap::new()
11281128
};
1129-
info!("📊 Built MBID→Discogs map: {} entries", artist_discogs_map.len());
11301129

11311130
let mut record_counts: HashMap<String, u64> = HashMap::new();
11321131
let mut success = true;

0 commit comments

Comments
 (0)