2007-06-08 Matthew Allum <mallum@openedhand.com>
authorMatthew Allum <mallum@openedhand.com>
Thu, 7 Jun 2007 23:55:25 +0000 (23:55 +0000)
committerMatthew Allum <mallum@openedhand.com>
Thu, 7 Jun 2007 23:55:25 +0000 (23:55 +0000)
        * clutter/clutter-texture.c: (clutter_texture_get_pixbuf):
        Remove stray printf.

ChangeLog
clutter/clutter-texture.c

index ccd7c96..a470c50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-06-08  Matthew Allum  <mallum@openedhand.com>
 
+       * clutter/clutter-texture.c: (clutter_texture_get_pixbuf):
+       Remove stray printf.
+
+2007-06-08  Matthew Allum  <mallum@openedhand.com>
+
        * clutter/clutter-actor.c:
        * clutter/clutter-debug.h:
        * clutter/clutter-main.c:
index a46b3f2..8ae39fb 100644 (file)
@@ -1021,8 +1021,6 @@ clutter_texture_get_pixbuf (ClutterTexture* texture)
 
       /* FIXME: cogl */
 
-      printf("grabbing single tile - %i x %i\n", priv->width, priv->height);
-
       glBindTexture(priv->target_type, priv->tiles[0]);
 
       glPixelStorei (GL_UNPACK_ROW_LENGTH, priv->width);