U4-4199 - undef debug code in release

This commit is contained in:
Stephan
2014-02-12 10:23:59 +01:00
parent fa4e9d0cd1
commit db528d8d7a

View File

@@ -1,6 +1,11 @@
// debugging - define to write cleaning details & steps to console // debugging
#define WRTCONS // define WRTCONS to write cleaning details & steps to console
// leave it wrapped within #if DEBUG to make sure it does leak
// into RELEASE, see http://issues.umbraco.org/issue/U4-4199
#if DEBUG
#undef WRTCONS
#endif
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;