remove debug print
This commit is contained in:
1 parent
80e328e1aa
commit
c31c3d90eb
1 file changed
+1
-1
@@ -182,7 +182,7 @@ impl Client {
|
||||
button: MouseButton::Middle,
|
||||
..
|
||||
} => {
|
||||
self.ui.debug_layers();
|
||||
// self.ui.debug_layers();
|
||||
}
|
||||
WindowEvent::Ime(ime) => {
|
||||
if let Some(sel) = &self.focus {
|
||||
|
||||
Reference in new issue
Block a user