Skip to content

Commit

Permalink
Remove TAGLIB# DEBUG line
Browse files Browse the repository at this point in the history
  • Loading branch information
IS4Code authored and decriptor committed Jun 12, 2024
1 parent bc3eb1e commit 45386d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TaglibSharp/Xmp/XmpTag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,6 @@ 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);
}
}

Expand Down

0 comments on commit 45386d2

Please sign in to comment.