From 70c659baa83ce2f1b564144b5917dd6c15f98bf4 Mon Sep 17 00:00:00 2001
From: mh17 <mh17>
Date: Wed, 10 Feb 2010 11:59:06 +0000
Subject: [PATCH] removed debug message

---
 src/zmapFeature/zmapFeatureContext.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/zmapFeature/zmapFeatureContext.c b/src/zmapFeature/zmapFeatureContext.c
index 0e05e4e5b..c825bb301 100755
--- a/src/zmapFeature/zmapFeatureContext.c
+++ b/src/zmapFeature/zmapFeatureContext.c
@@ -29,7 +29,7 @@
  * HISTORY:
  * Last edited: Nov 30 16:23 2009 (edgrif)
  * Created: Tue Jan 17 16:13:12 2006 (edgrif)
- * CVS info:   $Id: zmapFeatureContext.c,v 1.50 2010-02-08 18:13:23 mh17 Exp $
+ * CVS info:   $Id: zmapFeatureContext.c,v 1.51 2010-02-10 11:59:06 mh17 Exp $
  *-------------------------------------------------------------------
  */
 
@@ -129,7 +129,6 @@ void zMapFeatureReverseComplement(ZMapFeatureContext context, GData *styles)
 
   cb_data.styles = styles ;
 
-printf("\nReverseComplement\n");
   /* Get this first...Then swop */
   // mh17: this should really be block->block_to_sequence.q1,q2
   cb_data.start = context->sequence_to_parent.c1 ;
-- 
GitLab