From ad17ebf313e8dda602951bcc1139f6aff8bc0cb3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 5 Apr 2000 22:41:27 -0700
Subject: [PATCH] I really have to stop checking this in with ORACLE_DEBUG
 enabled..

Rev: src/modules/Oracle/oracle.c:1.36
---
 src/modules/Oracle/oracle.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/Oracle/oracle.c b/src/modules/Oracle/oracle.c
index 1a53b20147..64ffef57df 100644
--- a/src/modules/Oracle/oracle.c
+++ b/src/modules/Oracle/oracle.c
@@ -1,5 +1,5 @@
 /*
- * $Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $
+ * $Id: oracle.c,v 1.36 2000/04/06 05:41:27 hubbe Exp $
  *
  * Pike interface to Oracle databases.
  *
@@ -41,12 +41,12 @@
 #include <oci.h>
 #include <math.h>
 
-RCSID("$Id: oracle.c,v 1.35 2000/04/04 22:03:15 hubbe Exp $");
+RCSID("$Id: oracle.c,v 1.36 2000/04/06 05:41:27 hubbe Exp $");
 
 
 #define BLOB_FETCH_CHUNK 16384
 
-#define ORACLE_DEBUG
+/* #define ORACLE_DEBUG */
 #define ORACLE_USE_THREADS
 #define SERIALIZE_CONNECT
 
-- 
GitLab