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

remove debug prints.

parent 0444796b
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: Nov 12 15:53 2008 (edgrif)
* Last edited: Nov 13 11:30 2008 (edgrif)
* Created: Tue Dec 14 13:15:11 2004 (edgrif)
* CVS info: $Id: zmapFeatureTypes.c,v 1.73 2008-11-13 10:12:58 edgrif Exp $
* CVS info: $Id: zmapFeatureTypes.c,v 1.74 2008-11-13 11:33:36 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -522,10 +522,6 @@ void zMapStylePrint(ZMapFeatureTypeStyle style, char *prefix, gboolean full)
full = TRUE ;
if (g_ascii_strcasecmp(zMapStyleGetName(style), "wublastx_fly") == 0)
printf("found it\n") ;
printf("%s%s Style: \"%s\" (unique id = \"%s\")\n", (prefix ? prefix : ""),
indent, g_quark_to_string(style->original_id), g_quark_to_string(style->unique_id)) ;
......@@ -647,11 +643,6 @@ void zMapStylePrint(ZMapFeatureTypeStyle style, char *prefix, gboolean full)
}
}
if (g_ascii_strcasecmp(zMapStyleGetName(style), "wublastx_fly") == 0)
printf("found it\n") ;
return ;
}
......
......@@ -25,9 +25,9 @@
* Description:
* Exported functions: See ZMap/zmapServerProtocol.h
* HISTORY:
* Last edited: Nov 12 17:37 2008 (edgrif)
* Last edited: Nov 13 11:31 2008 (edgrif)
* Created: Thu Jan 27 13:17:43 2005 (edgrif)
* CVS info: $Id: zmapServerProtocolHandler.c,v 1.32 2008-11-12 17:41:41 edgrif Exp $
* CVS info: $Id: zmapServerProtocolHandler.c,v 1.33 2008-11-13 11:33:36 edgrif Exp $
*-------------------------------------------------------------------
*/
......@@ -703,12 +703,6 @@ static void drawableCB(GQuark key_id, gpointer data, gpointer user_data)
ZMapFeatureTypeStyle style = (ZMapFeatureTypeStyle)data ;
Drawable drawable_data = (Drawable)user_data ;
printf("%s\n", zMapStyleGetName(style)) ;
/* Should we do the drawable bit here ??? I think so probably..... */
/* Should check for "no_display" once we support that....and only do this if it's not set... */
if (zMapStyleIsDisplayable(style))
{
if (zMapStyleMakeDrawable(style))
......
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