log fixes

This commit is contained in:
John Smith
2022-12-01 16:49:37 -05:00
parent e2153a34e4
commit b5c87e4882
5 changed files with 11 additions and 5 deletions

View File

@@ -156,8 +156,8 @@ cfg_if! {
}
}
fn update_callback(update: VeilidUpdate) {
println!("update_callback: {:?}", update);
fn update_callback(_update: VeilidUpdate) {
// println!("update_callback: {:?}", update);
}
pub fn setup_veilid_core() -> (UpdateCallback, ConfigCallback) {