From fe3166e140c023388a5331f67e7f34a81434c725 Mon Sep 17 00:00:00 2001 From: Rob Haarsma Date: Wed, 8 Dec 2004 15:11:38 +0000 Subject: removed a debug printf. (excuse to check cvs permissions) --- source/blender/imbuf/intern/bmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/bmp.c b/source/blender/imbuf/intern/bmp.c index 6817040faa8..cc1040abdcc 100644 --- a/source/blender/imbuf/intern/bmp.c +++ b/source/blender/imbuf/intern/bmp.c @@ -138,8 +138,8 @@ struct ImBuf *imb_bmp_decode(unsigned char *mem, int size, int flags) /* printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y, depth, bmi.biBitCount); */ - printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y, - depth, bmi.biBitCount); + /* printf("skip: %d, x: %d y: %d, depth: %d (%x)\n", skip, x, y, + depth, bmi.biBitCount); */ if (flags & IB_test) { ibuf = IMB_allocImBuf(x, y, depth, 0, 0); } else { -- cgit v1.2.3