瀏覽代碼

2007-11-07 Igor Zelmanovich <[email protected]>

	* Control.cs: removes '#define MONO_TRACE'.
	It allows to run MONO in release mode without supplementary trace info.	


svn path=/trunk/mcs/; revision=89097
Igor Zelmanovich 18 年之前
父節點
當前提交
daeb045d28
共有 2 個文件被更改,包括 5 次插入3 次删除
  1. 5 0
      mcs/class/System.Web/System.Web.UI/ChangeLog
  2. 0 3
      mcs/class/System.Web/System.Web.UI/Control.cs

+ 5 - 0
mcs/class/System.Web/System.Web.UI/ChangeLog

@@ -1,3 +1,8 @@
+2007-11-07 Igor Zelmanovich <[email protected]>
+
+	* Control.cs: removes '#define MONO_TRACE'.
+	It allows to run MONO in release mode without supplementary trace info.	
+
 2007-11-07 Igor Zelmanovich <[email protected]>
 
 	* Page.cs: added missing trace information for NET_2_0

+ 0 - 3
mcs/class/System.Web/System.Web.UI/Control.cs

@@ -33,9 +33,6 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-// This will provide extra information when trace is enabled. Might be too verbose.
-#define MONO_TRACE
-
 using System.Collections;
 using System.ComponentModel;
 using System.ComponentModel.Design;