Skip to content
Snippets Groups Projects
Commit d6979db6 authored by edgrif's avatar edgrif
Browse files

remove debug statement.

parent da0a64e0
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment