* Control.cs: removes '#define MONO_TRACE'. It allows to run MONO in release mode without supplementary trace info. svn path=/trunk/mcs/; revision=89097
@@ -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
@@ -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;