diff options
author | Tony Crisci <[email protected]> | 2017-12-18 07:13:02 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2017-12-18 07:13:02 -0500 |
commit | 41e71d950a031ac5e63b0695e47dbfe1606e9f93 (patch) | |
tree | 191e2b1b49234692de5c382cc695fa5c78aade46 /sway/desktop/xwayland.c | |
parent | a27736adcdfe01c5232adce58201463df34da5e7 (diff) |
remove verbose commit logging
Diffstat (limited to 'sway/desktop/xwayland.c')
-rw-r--r-- | sway/desktop/xwayland.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sway/desktop/xwayland.c b/sway/desktop/xwayland.c index 29bed955..42e82c64 100644 --- a/sway/desktop/xwayland.c +++ b/sway/desktop/xwayland.c @@ -84,8 +84,6 @@ static void handle_commit(struct wl_listener *listener, void *data) { struct sway_xwayland_surface *sway_surface = wl_container_of(listener, sway_surface, commit); struct sway_view *view = sway_surface->view; - sway_log(L_DEBUG, "xwayland surface commit %dx%d", - sway_surface->pending_width, sway_surface->pending_height); // NOTE: We intentionally discard the view's desired width here // TODO: Let floating views do whatever view->width = sway_surface->pending_width; |