--- trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs 2012/05/28 09:21:52 174 +++ trunk/RomCheater.PluginFramework/Core/ConfigPlugin.cs 2012/05/28 09:24:07 175 @@ -1,5 +1,5 @@ //#define DISABLE_VERBOSE_LOGGING_FOR_PERFORMANCE_BOOST // when defined will disable verbose logging for performance speed-up -//#define DISALLOW_VERBOSE_LOGGING // when defined will disallow verbose logging for performance reasons +#define DISALLOW_VERBOSE_LOGGING // when defined will disallow verbose logging for performance reasons #define ALLOW_SYSTEM_PROCESSES_TO_BE_INLUCDED // when defined system processes will be included in process list using System; using System.Collections.Generic; |