Skip to content

Commit a8421d9

Browse files
IS4Codedecriptor
authored andcommitted
Comment TAGLIB# DEBUG line
1 parent b2b2110 commit a8421d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TaglibSharp/Xmp/XmpTag.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ static void EnsureNamespacePrefix (string ns)
10221022
{
10231023
if (!NamespacePrefixes.ContainsKey (ns)) {
10241024
NamespacePrefixes.Add (ns, $"ns{++anon_ns_count}");
1025-
Console.WriteLine ("TAGLIB# DEBUG: Added {0} prefix for {1} namespace (XMP)", NamespacePrefixes[ns], ns);
1025+
// Console.WriteLine ("TAGLIB# DEBUG: Added {0} prefix for {1} namespace (XMP)", NamespacePrefixes[ns], ns);
10261026
}
10271027
}
10281028

0 commit comments

Comments
 (0)