remove dbg

This commit is contained in:
John Cupitt 2022-08-05 09:14:28 +01:00
parent 34c17fc3e8
commit 0f56b099d0
1 changed files with 1 additions and 1 deletions

View File

@ -573,11 +573,11 @@ vips_foreign_load_svg_generate( VipsRegion *or,
int y;
#ifdef DEBUG
#endif /*DEBUG*/
printf( "vips_foreign_load_svg_generate: %p \n "
"left = %d, top = %d, width = %d, height = %d\n",
svg,
r->left, r->top, r->width, r->height );
#endif /*DEBUG*/
/* rsvg won't always paint the background.
*/