Make this more useful by not outputing messages
authorMiguel de Icaza <miguel@gnome.org>
Sat, 9 Feb 2008 22:33:27 +0000 (22:33 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sat, 9 Feb 2008 22:33:27 +0000 (22:33 -0000)
svn path=/trunk/mcs/; revision=95345

mcs/tools/mono-xmltool/xmltool.cs

index 72f2af7a0d56c8eeaf1fa4730d1c8a5873d768cd..b40f0ec2d930d70c714b4b0df221e714d0ce4d7f 100644 (file)
@@ -20,7 +20,6 @@ namespace Commons.Xml.Relaxng
                {
                        try {
                                Run (args);
-                               Console.Error.WriteLine ("done.");
                        } catch (Exception ex) {
                                if (Environment.GetEnvironmentVariable ("MONO_XMLTOOL_ERROR_DETAILS") == "yes")
                                        Console.Error.WriteLine (ex);