Removing dbg

This commit is contained in:
Jonathan Johnson 2024-09-13 10:10:20 -07:00
parent 68530e7d69
commit 57acfd2e15
No known key found for this signature in database
GPG key ID: A66D6A34D6620579

View file

@ -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);