From c42afd420d8fff46dd4dd44ce994dd69ea6c7711 Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Thu, 29 Jul 2010 10:30:43 +0000 Subject: [PATCH] remove debug output. --- src/zmapUtils/zmapSequence.c | 6 ++---- src/zmapWindow/zmapWindowDrawFeatures.c | 8 ++------ src/zmapWindow/zmapWindowItem.c | 10 ++-------- 3 files changed, 6 insertions(+), 18 deletions(-) diff --git a/src/zmapUtils/zmapSequence.c b/src/zmapUtils/zmapSequence.c index ba1cda5b8..8d91ded42 100755 --- a/src/zmapUtils/zmapSequence.c +++ b/src/zmapUtils/zmapSequence.c @@ -28,9 +28,9 @@ * * Exported functions: See ZMap/zmapSequence.h * HISTORY: - * Last edited: Jul 7 15:02 2010 (edgrif) + * Last edited: Jul 29 11:29 2010 (edgrif) * Created: Thu Sep 27 10:48:11 2007 (edgrif) - * CVS info: $Id: zmapSequence.c,v 1.4 2010-07-29 09:13:10 edgrif Exp $ + * CVS info: $Id: zmapSequence.c,v 1.5 2010-07-29 10:30:43 edgrif Exp $ *------------------------------------------------------------------- */ @@ -96,8 +96,6 @@ void zMapSequenceDNA2Pep(int *start_inout, int *end_inout, ZMapFrame frame) curr_frame = 3 - ((3 - curr_frame) % 3) ; - printf("Start frame: %d\n", curr_frame) ; - dna_offset = 3 - (curr_frame - frame) ; dna_offset = dna_offset % 3 ; diff --git a/src/zmapWindow/zmapWindowDrawFeatures.c b/src/zmapWindow/zmapWindowDrawFeatures.c index 4483f3097..8329b8530 100755 --- a/src/zmapWindow/zmapWindowDrawFeatures.c +++ b/src/zmapWindow/zmapWindowDrawFeatures.c @@ -27,9 +27,9 @@ * * Exported functions: * HISTORY: - * Last edited: Jul 29 10:47 2010 (edgrif) + * Last edited: Jul 29 11:28 2010 (edgrif) * Created: Thu Jul 29 10:45:00 2004 (rnc) - * CVS info: $Id: zmapWindowDrawFeatures.c,v 1.287 2010-07-29 09:50:22 edgrif Exp $ + * CVS info: $Id: zmapWindowDrawFeatures.c,v 1.288 2010-07-29 10:30:43 edgrif Exp $ *------------------------------------------------------------------- */ @@ -1540,10 +1540,6 @@ printf("\ndrawFeatures block %d-%d",feature_block->block_to_sequence.t1,feature_ FooCanvasGroup *tmp_forward = NULL, *tmp_reverse = NULL ; int frame_start, frame_end; - printf("Feature set: %s\n", g_quark_to_string(feature_any->unique_id)) ; - - - /* record the full_context current block, not the diff block which will get destroyed! */ canvas_data->curr_set = zMapFeatureBlockGetSetByID(canvas_data->curr_block, feature_any->unique_id); diff --git a/src/zmapWindow/zmapWindowItem.c b/src/zmapWindow/zmapWindowItem.c index b9ef6c458..832432964 100755 --- a/src/zmapWindow/zmapWindowItem.c +++ b/src/zmapWindow/zmapWindowItem.c @@ -27,9 +27,9 @@ * * Exported functions: See zmapWindow_P.h * HISTORY: - * Last edited: Jul 29 08:30 2010 (edgrif) + * Last edited: Jul 29 11:30 2010 (edgrif) * Created: Thu Sep 8 10:37:24 2005 (edgrif) - * CVS info: $Id: zmapWindowItem.c,v 1.135 2010-07-29 10:04:41 edgrif Exp $ + * CVS info: $Id: zmapWindowItem.c,v 1.136 2010-07-29 10:30:43 edgrif Exp $ *------------------------------------------------------------------- */ @@ -601,10 +601,6 @@ static void highlightSequenceItems(ZMapWindow window, ZMapFeatureBlock block, { int dna_start, dna_end ; -#ifdef ED_G_NEVER_INCLUDE_THIS_CODE - zmapWindowItemTrueTypePrint(item) ; -#endif /* ED_G_NEVER_INCLUDE_THIS_CODE */ - dna_start = start ; dna_end = end ; @@ -798,8 +794,6 @@ static void handleHighlightTranslation(gboolean highlight, gboolean item_highlig ZMapWindowSequenceFeature sequence_feature ; ZMapFeature feature ; - zmapWindowItemTrueTypePrint(translation_item) ; - sequence_feature = (ZMapWindowSequenceFeature)translation_item ; if (highlight) -- GitLab