foxygit / doom Log in
commit 07f50245788a5a5b259864c1631d4e97eaec92fb
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Thu Sep 24 21:57:21 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Thu Sep 24 21:57:21 2009 +0000

    Disable OPL debug output.

    Subversion-branch: /branches/opl-branch
    Subversion-revision: 1689
---
 opl/opl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opl/opl.c b/opl/opl.c
index 9d73fe0e..9ec19fd4 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -33,7 +33,7 @@
 #include "opl.h"
 #include "opl_internal.h"

-#define OPL_DEBUG_TRACE
+//#define OPL_DEBUG_TRACE

 #ifdef HAVE_IOPERM
 extern opl_driver_t opl_linux_driver;