From 6c5f0fc0f35ec07c59809f0469424770b7d8e356 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 27 Aug 2008 11:38:15 +0000 Subject: [PATCH] Do not force-enable logging. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@351 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/Globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Globals.h b/Source/Plugins/Plugin_VideoOGL/Src/Globals.h index a6eb9a35de..a175648852 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Globals.h +++ b/Source/Plugins/Plugin_VideoOGL/Src/Globals.h @@ -19,7 +19,7 @@ #ifndef _GLOBALS_H #define _GLOBALS_H -#define LOGGING +//#define LOGGING #include "Common.h" #include "x64Emitter.h"