xwayland: Remove some stray logs

These really aren't too helpful.
This commit is contained in:
Jasper St. Pierre 2014-03-26 12:03:46 -04:00
parent 208296a619
commit 97ea4e8717

View File

@ -145,7 +145,6 @@ create_lockfile (int display, int *display_out)
if (kill (other, 0) < 0 && errno == ESRCH)
{
g_warning ("unlinking stale lock file %s", filename);
if (unlink (filename) < 0)
{
const char *msg = strerror (errno);
@ -393,8 +392,6 @@ meta_xwayland_start (MetaXWaylandManager *manager,
&pid,
&error))
{
g_message ("forked X server, pid %d\n", pid);
close (sp[1]);
manager->client = wl_client_create (wl_display, sp[0]);