Disable tracing in release

pull/4/head
Benedikt Terhechte 3 years ago
parent e4ed6ed874
commit 41085597f3

@ -1,6 +1,8 @@
#[cfg(feature = "gui")]
fn main() {
#[cfg(debug_assertions)]
postsack::setup_tracing();
postsack::gui::run_gui();
}

Loading…
Cancel
Save