diff --git a/src/main.rs b/src/main.rs index 495df74..e45cc3d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// #![windows_subsystem = "windows"] +#![windows_subsystem = "windows"] mod editor; mod events; diff --git a/src/window.rs b/src/window.rs index a432c8e..ee315c1 100644 --- a/src/window.rs +++ b/src/window.rs @@ -157,8 +157,6 @@ pub fn ui_loop(editor: Arc>, nvim: Neovim, initial_size: (u64, u64 } } - dbg!(live_frames); - if live_frames > 0 { *control_flow = ControlFlow::WaitUntil(frame_start + Duration::from_secs_f32(1.0 / 60.0)); } else {