mirror of
https://github.com/danbulant/appit
synced 2026-05-22 05:38:55 +00:00
Removing dbg
This commit is contained in:
parent
68530e7d69
commit
57acfd2e15
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ where
|
|||
// avoid showing a blank window due to our multi-threaded event
|
||||
// handling by not showing the window until the graphics stack has
|
||||
// been initialized.
|
||||
if let Some(activate) = dbg!(self.show_after_init) {
|
||||
if let Some(activate) = self.show_after_init {
|
||||
self.next_redraw_target = None;
|
||||
behavior.redraw(&mut self);
|
||||
self.window.set_visible(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue