remove println

This commit is contained in:
Keagan McClelland
2022-01-07 16:34:05 -07:00
committed by Aiden McClelland
parent 36793f429d
commit 53cdd6e370

View File

@@ -76,7 +76,6 @@ impl Locker {
ptr,
ty: lock_type,
};
println!("{}", &lock_info);
let (send, recv) = oneshot::channel();
let (cancel_send, cancel_recv) = oneshot::channel();
let mut cancel_guard = CancelGuard {