mirror of
https://github.com/Start9Labs/patch-db.git
synced 2026-03-26 02:11:54 +00:00
remove println
This commit is contained in:
committed by
Aiden McClelland
parent
36793f429d
commit
53cdd6e370
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user