[monodoc] Removed debug spew
authorJeffrey Stedfast <jeff@xamarin.com>
Tue, 29 Nov 2011 21:11:10 +0000 (16:11 -0500)
committerJeffrey Stedfast <jeff@xamarin.com>
Tue, 29 Nov 2011 21:11:10 +0000 (16:11 -0500)
mcs/tools/monodoc/Monodoc/provider.cs

index 0799a24cfc255eb8e2801035477d80eb0cfad623..74c685d3e8f19b5335f6d325cef4f3e65241b33a 100644 (file)
@@ -1239,7 +1239,6 @@ public class RootTree : Tree {
                }
 
                if (nsidx == -1) {
-                       Console.Error.WriteLine ("Did not find dot in: " + url);
                        ns = null;
                        type = null;
                        return false;