Skip to content

Commit

Permalink
Comment TAGLIB# DEBUG line
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code authored and decriptor committed Aug 31, 2024
1 parent b2b2110 commit a8421d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaglibSharp/Xmp/XmpTag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ static void EnsureNamespacePrefix (string ns)
{
if (!NamespacePrefixes.ContainsKey (ns)) {
NamespacePrefixes.Add (ns, $"ns{++anon_ns_count}");
Console.WriteLine ("TAGLIB# DEBUG: Added {0} prefix for {1} namespace (XMP)", NamespacePrefixes[ns], ns);
// Console.WriteLine ("TAGLIB# DEBUG: Added {0} prefix for {1} namespace (XMP)", NamespacePrefixes[ns], ns);
}
}

Expand Down

0 comments on commit a8421d9

Please sign in to comment.