diff --git a/src/zmapFeature/zmapFeatureTypes.c b/src/zmapFeature/zmapFeatureTypes.c index 22c81704941f466aeac4b254dd5ec1ab74b61b39..077fea8efda0c2df7da358617930f93a39bfc610 100755 --- a/src/zmapFeature/zmapFeatureTypes.c +++ b/src/zmapFeature/zmapFeatureTypes.c @@ -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 ; } diff --git a/src/zmapServer/zmapServerProtocolHandler.c b/src/zmapServer/zmapServerProtocolHandler.c index f512684bd7d1c80117099bc3b9459f1f41917036..f56ea58290351b236e39dbca5db78301e5fb1257 100755 --- a/src/zmapServer/zmapServerProtocolHandler.c +++ b/src/zmapServer/zmapServerProtocolHandler.c @@ -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))