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
#define WRTCONS
// debugging
// 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.Collections.Generic;