launcher: Remove left-over debug logging

This commit is contained in:
Kristian Høgsberg
2013-10-09 13:10:42 -07:00
parent d58e395bf2
commit 74b0d72817
+2 -5
View File
@@ -289,11 +289,8 @@ setup_tty(struct weston_launcher *launcher, int tty)
goto err_close; goto err_close;
} }
ret = ioctl(launcher->tty, VT_ACTIVATE, minor(buf.st_rdev)); ioctl(launcher->tty, VT_ACTIVATE, minor(buf.st_rdev));
weston_log("VT_ACTIVATE ret=%d, %m vt\n", ret); ioctl(launcher->tty, VT_WAITACTIVE, minor(buf.st_rdev));
ret = ioctl(launcher->tty, VT_WAITACTIVE, minor(buf.st_rdev));
weston_log("VT_WAITACTIVE ret=%d, %m vt\n", ret);
if (ioctl(launcher->tty, KDGKBMODE, &launcher->kb_mode)) { if (ioctl(launcher->tty, KDGKBMODE, &launcher->kb_mode)) {
weston_log("failed to read keyboard mode: %m\n"); weston_log("failed to read keyboard mode: %m\n");