Skip to content

Commit

Permalink
remove stray debugging message (#5139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 7, 2015
1 parent aad6de3 commit 8b44188
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maprendering.c
Expand Up @@ -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);

Expand Down

0 comments on commit 8b44188

Please sign in to comment.