]> git.mdlowis.com Git - proto/labwc.git/commitdiff
surface-helpers: reduce log spam
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Sat, 25 Jan 2025 21:14:50 +0000 (22:14 +0100)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Sun, 26 Jan 2025 13:22:06 +0000 (14:22 +0100)
This shows up when processing out-of-surface movement on subsurfaces.

src/common/surface-helpers.c

index 76102e8b9b5aeb96e155c36ce2bddc6690cde126..e173aa101fa1f01c0fb131a6aa5cf1199499247b 100644 (file)
@@ -10,7 +10,6 @@ subsurface_parent_layer(struct wlr_surface *wlr_surface)
        struct wlr_subsurface *subsurface =
                wlr_subsurface_try_from_wlr_surface(wlr_surface);
        if (!subsurface) {
-               wlr_log(WLR_DEBUG, "surface %p is not subsurface", subsurface);
                return NULL;
        }
        struct wlr_surface *parent = subsurface->parent;