diff --git a/libMBIN/Source/Template/NMSTemplate.cs b/libMBIN/Source/Template/NMSTemplate.cs index e81effff9..2e8e9ceba 100644 --- a/libMBIN/Source/Template/NMSTemplate.cs +++ b/libMBIN/Source/Template/NMSTemplate.cs @@ -2,16 +2,16 @@ // They will always be disabled/ignored in Release builds. // Uncomment to enable debug logging of the template de/serialization. -#define DEBUG_TEMPLATE +// #define DEBUG_TEMPLATE // Uncomment to enable debug logging of XML comments // #define DEBUG_COMMENTS // Uncomment to enable debug logging of MBIN field names -#define DEBUG_FIELD_NAMES +// #define DEBUG_FIELD_NAMES // Uncomment to enable debug logging of XML property names -#define DEBUG_PROPERTY_NAMES +// #define DEBUG_PROPERTY_NAMES using System;