chore: Remove left-over dbg-message
This commit is contained in:
parent
fbbbf7612e
commit
7bf7aea06d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
})
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue