remove println

This commit is contained in:
Keagan McClelland
2022-01-07 16:34:05 -07:00
parent 1dab59afdf
commit 099cb3dba0

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 {