suppress useless print

This commit is contained in:
Vincent Wei
2022-11-25 16:04:11 +08:00
parent 0b636032ee
commit 09a27e508f

View File

@@ -613,7 +613,7 @@ int GAL_UpperBlit (GAL_Surface *src, GAL_Rect *srcrect,
}
if (w <= 0 || h <= 0) {
_WRN_PRINTF("destrect clipped\n");
_DBG_PRINTF("destrect clipped\n");
goto done;
}