remove debug commands and hide console

macos-click-through
Keith Simmons 5 years ago
parent d729477193
commit 6811d02983

@ -1,4 +1,4 @@
// #![windows_subsystem = "windows"] #![windows_subsystem = "windows"]
mod editor; mod editor;
mod events; mod events;

@ -157,8 +157,6 @@ pub fn ui_loop(editor: Arc<Mutex<Editor>>, nvim: Neovim, initial_size: (u64, u64
} }
} }
dbg!(live_frames);
if live_frames > 0 { if live_frames > 0 {
*control_flow = ControlFlow::WaitUntil(frame_start + Duration::from_secs_f32(1.0 / 60.0)); *control_flow = ControlFlow::WaitUntil(frame_start + Duration::from_secs_f32(1.0 / 60.0));
} else { } else {

Loading…
Cancel
Save