Removed button event

This commit is contained in:
Joseph T. Lyons
2024-01-15 16:26:56 -05:00
parent ba9a9f4f17
commit 148c294c02
-4
View File
@@ -129,10 +129,6 @@ pub enum Event {
environment: &'static str,
milliseconds_since_first_event: i64,
},
Button {
operation: &'static str,
milliseconds_since_first_event: i64,
},
}
#[cfg(debug_assertions)]