Remove extraneous logging

Version bump
This commit is contained in:
Your Name
2023-02-23 19:06:34 -05:00
parent 60b7b34708
commit 5d9c8b4d0c
7 changed files with 23 additions and 29 deletions

View File

@@ -50,9 +50,3 @@ impl IMMNotificationClient_Impl for DeviceNotificationClient {
Ok(())
}
}
impl Drop for DeviceNotificationClient {
fn drop(&mut self) {
println!("DNC Drop");
}
}