ecore-drm: Remove debug output

Summary: This should not have been included in the previous push as it
was just debug noise which was added during testing

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-13 14:57:39 -04:00
parent bcf3b442dd
commit edf13dca59
1 changed files with 0 additions and 5 deletions

View File

@ -201,11 +201,6 @@ ecore_drm_fb_set(Ecore_Drm_Device *dev, Ecore_Drm_Fb *fb)
if ((!dev->current) ||
(dev->current->stride != dev->next->stride))
{
DBG("Set Framebuffer %d For Output %s - %d %d",
dev->next->id, output->name, x, y);
DBG("\tOutput Geom: %d %d", output->x, output->y);
DBG("\tOutput Crtc Buffer: %d", output->crtc->buffer_id);
if (drmModeSetCrtc(dev->drm.fd, output->crtc_id, dev->next->id,
x, y, &output->conn_id, 1,
&output->current_mode->info))