diff --git a/src/zmapFeature/zmapFeatureTypes.c b/src/zmapFeature/zmapFeatureTypes.c index 86d9de3586d9a881e19a31810077116a081d16c4..a34a2eaf638e18654ea4d0e75c1aa4005962cd05 100755 --- a/src/zmapFeature/zmapFeatureTypes.c +++ b/src/zmapFeature/zmapFeatureTypes.c @@ -27,9 +27,9 @@ * * Exported functions: See ZMap/zmapFeature.h * HISTORY: - * Last edited: Sep 25 10:49 2008 (edgrif) + * Last edited: Sep 30 15:36 2008 (edgrif) * Created: Tue Dec 14 13:15:11 2004 (edgrif) - * CVS info: $Id: zmapFeatureTypes.c,v 1.69 2008-09-25 09:49:46 edgrif Exp $ + * CVS info: $Id: zmapFeatureTypes.c,v 1.70 2008-09-30 14:36:25 edgrif Exp $ *------------------------------------------------------------------- */ @@ -1581,10 +1581,6 @@ static void mergeStyle(GQuark style_id, gpointer data, gpointer user_data) ZMapFeatureTypeStyle curr_style = NULL ; - if (zMapStyleNameCompare(new_style, "atg")) - printf("found it\n") ; - - /* If we find the style then merge it, if not then add a copy to the curr_styles. */ if ((curr_style = zMapFindStyle(curr_styles, new_style->unique_id))) {