apple: Silence some debug spew
authorJeremy Huddleston <jeremyhu@apple.com>
Fri, 21 Oct 2011 05:54:08 +0000 (22:54 -0700)
committerJeremy Huddleston <jeremyhu@apple.com>
Fri, 21 Oct 2011 07:34:06 +0000 (00:34 -0700)
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
src/glx/apple/appledri.c

index 46c84f3ab77419f5102cc1004ec4c016bf8a496d..e3f9b84728b3828a05bf089dc24b1b5478804067 100644 (file)
@@ -332,12 +332,12 @@ XAppleDRICreateSharedBuffer(Display * dpy, int screen, Drawable drawable,
       return False;
    }
 
-   printf("rep.stringLength %d\n", (int) rep.stringLength);
+   /* printf("rep.stringLength %d\n", (int) rep.stringLength); */
 
    if (rep.stringLength > 0 && rep.stringLength <= pathlen) {
       _XReadPad(dpy, path, rep.stringLength);
 
-      printf("path: %s\n", path);
+      /* printf("path: %s\n", path); */
 
       *width = rep.width;
       *height = rep.height;
@@ -404,7 +404,7 @@ XAppleDRICreatePixmap(Display * dpy, int screen, Drawable drawable,
    if (rep.stringLength > 0 && rep.stringLength <= bufnamesize) {
       _XReadPad(dpy, bufname, rep.stringLength);
 
-      printf("path: %s\n", bufname);
+      /* printf("path: %s\n", bufname); */
 
       *width = rep.width;
       *height = rep.height;