@@ -1,4 +1,4 @@
-#define ENABLE_CODES
+#if ENABLE_CODES
namespace ET
{
@@ -12,4 +12,5 @@ namespace ET
Log.Debug(unit.Config.Name);
}
-}
+}
+#endif