diff --git a/common/cogl-bitmap-pixbuf.c b/common/cogl-bitmap-pixbuf.c index dd9dd0277..5c4f0dbf2 100644 --- a/common/cogl-bitmap-pixbuf.c +++ b/common/cogl-bitmap-pixbuf.c @@ -303,8 +303,6 @@ _cogl_bitmap_from_file (CoglBitmap *bmp, bmp->height = height; bmp->rowstride = width * 4; - g_print ("we successfully used stb_image to load %s\n", filename); - return TRUE; } #endif