Remove debugging spew in MonoBtlsX509LookupMonoCollection.cs.
authorMartin Baulig <martin.baulig@xamarin.com>
Mon, 6 Feb 2017 22:27:59 +0000 (23:27 +0100)
committerMartin Baulig <martin.baulig@xamarin.com>
Mon, 6 Feb 2017 22:28:26 +0000 (23:28 +0100)
mcs/class/System/Mono.Btls/MonoBtlsX509LookupMonoCollection.cs

index d260ee69f50e39daed39cd6c9c58312cec98aa65..5bfd587c32a259536a0f9c384cef0aaf8b54b787 100644 (file)
@@ -68,7 +68,6 @@ namespace Mono.Btls
 
                protected override MonoBtlsX509 OnGetBySubject (MonoBtlsX509Name name)
                {
-                       Console.WriteLine ("COLLECTION LOOKUP: {0:x} - {1}", name.GetHash (), name.GetString ());
                        Initialize ();
 
                        var hash = name.GetHash ();