remove unused debug
This commit is contained in:
parent
d686130c17
commit
0b5e574dff
|
@ -558,7 +558,6 @@ ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv)
|
||||||
VisualPtr visual;
|
VisualPtr visual;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ErrorF("ms is %p\n", ms);
|
|
||||||
pScrn->pScreen = pScreen;
|
pScrn->pScreen = pScreen;
|
||||||
|
|
||||||
ret = drmSetMaster(ms->fd);
|
ret = drmSetMaster(ms->fd);
|
||||||
|
|
Loading…
Reference in New Issue