foxygit / doom Log in
commit b09cb29b9f573501206bd31e51f3014ec79d5f95
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Tue Jun 2 01:08:20 2009 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Tue Jun 2 01:08:20 2009 +0000

    Disable debug output.

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

diff --git a/opl/opl.c b/opl/opl.c
index 6c2d9c4f..5fddf205 100644
--- a/opl/opl.c
+++ b/opl/opl.c
@@ -31,7 +31,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;