From 8f718ba2c31209a00bb0b9a26f82fe633ba68953 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Fri, 19 Feb 2010 10:23:00 +0000
Subject: [PATCH] turn off debugging.

---
 src/zmapControl/remote/zmapXRemote_P.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/zmapControl/remote/zmapXRemote_P.h b/src/zmapControl/remote/zmapXRemote_P.h
index d5cf90e14..f9fa6e3b5 100755
--- a/src/zmapControl/remote/zmapXRemote_P.h
+++ b/src/zmapControl/remote/zmapXRemote_P.h
@@ -26,9 +26,9 @@
  *
  * Exported functions: None
  * HISTORY:
- * Last edited: Feb 10 16:04 2010 (edgrif)
+ * Last edited: Feb 19 10:22 2010 (edgrif)
  * Created: Thu Apr 14 13:07:51 2005 (rds)
- * CVS info:   $Id: zmapXRemote_P.h,v 1.19 2010-02-10 16:52:09 edgrif Exp $
+ * CVS info:   $Id: zmapXRemote_P.h,v 1.20 2010-02-19 10:23:00 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -74,7 +74,11 @@ typedef struct
 /*====================== DEBUGGING =========================*/
 
 
+
+#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
 #define DO_DEBUGGING
+#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */
+
 
 
 #ifdef DO_DEBUGGING
-- 
GitLab