From: Jakob Bornecrantz Date: Thu, 16 Dec 2010 02:00:16 +0000 (+0100) Subject: svga: Remove debug print in winsys X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c28debbf6f97cc74e09da8a747d275ab835bdae7;p=mesa.git svga: Remove debug print in winsys --- diff --git a/src/gallium/winsys/svga/drm/vmw_screen.c b/src/gallium/winsys/svga/drm/vmw_screen.c index 51a4c55e5a2..cc3003d252f 100644 --- a/src/gallium/winsys/svga/drm/vmw_screen.c +++ b/src/gallium/winsys/svga/drm/vmw_screen.c @@ -45,8 +45,6 @@ vmw_winsys_create( int fd, boolean use_old_scanout_flag ) vws->ioctl.drm_fd = fd; vws->use_old_scanout_flag = use_old_scanout_flag; - debug_printf("%s: use_old_scanout_flag == %s\n", __FUNCTION__, - use_old_scanout_flag ? "true" : "false"); if (!vmw_ioctl_init(vws)) goto out_no_ioctl;