chore: Remove left-over dbg-message

This commit is contained in:
Victoria Brekenfeld 2022-07-15 14:22:25 +02:00
parent fbbbf7612e
commit 7bf7aea06d

View file

@ -608,7 +608,7 @@ impl Shell {
with_states(surface, |states| {
let state = states.cached_state.current::<LayerSurfaceCachedState>();
matches!(state.layer, Layer::Top | Layer::Overlay)
&& dbg!(state.keyboard_interactivity) != KeyboardInteractivity::None
&& state.keyboard_interactivity != KeyboardInteractivity::None
})
};