[Monodevelop-patches-list] r875 - trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Services
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Thu Feb 12 21:56:37 EST 2004
Author: tberman
Date: 2004-02-12 21:56:37 -0500 (Thu, 12 Feb 2004)
New Revision: 875
Modified:
trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Services/PropertyService.cs
Log:
we dont need to see this
Modified: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Services/PropertyService.cs
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Services/PropertyService.cs 2004-02-12 18:56:58 UTC (rev 874)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Services/PropertyService.cs 2004-02-13 02:56:37 UTC (rev 875)
@@ -94,7 +94,7 @@
}
SetValueFromXmlElement(doc.DocumentElement["Properties"]);
} catch (Exception e) {
- Console.WriteLine("Exception while load properties from stream :\n " + e.ToString());
+ //Console.WriteLine("Exception while load properties from stream :\n " + e.ToString());
return false;
}
return true;
More information about the Monodevelop-patches-list
mailing list