From 8b4418890263d8dcd7a7c44222f5daf4253b9a73 Mon Sep 17 00:00:00 2001 From: Thomas Bonfort Date: Mon, 7 Sep 2015 15:17:02 +0200 Subject: [PATCH] remove stray debugging message (#5139) --- maprendering.c | 1 - 1 file changed, 1 deletion(-) diff --git a/maprendering.c b/maprendering.c index 4a50d62321..7ee3692691 100644 --- a/maprendering.c +++ b/maprendering.c @@ -1024,7 +1024,6 @@ int msDrawTextSymbol(mapObj *map, imageObj *image, pointObj labelPnt, textSymbol if(MS_VALID_COLOR(ts->label->outlinecolor)) oc = &ts->label->outlinecolor; ow = MS_NINT((double)ts->label->outlinewidth * ((double)ts->textpath->glyph_size / (double)ts->label->size)); - msDebug("setting outlinewidth to %d (%d, %d, %d)\n",ow,ts->label->outlinewidth, ts->textpath->glyph_size, ts->label->size); if(!renderer->renderGlyphs) return MS_FAILURE; return renderer->renderGlyphs(image,ts->textpath,c,oc,ow);