evas-drm: Remove debug noise

Summary: No real function changes, just commented out some debug so we
have less noise for release.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-05-04 11:42:20 -04:00
parent 403e5ad385
commit 4cfff13f73
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ _evas_outbuf_cb_pageflip(void *data)
if (!(ob = data)) return;
DBG("Outbuf Pagelip Done");
/* DBG("Outbuf Pagelip Done"); */
if ((fb = ob->priv.buffer[ob->priv.curr]))
fb->pending_flip = EINA_FALSE;