misc(scheme/user): remove some debug logs
Signed-off-by: Anhad Singh <andypython@protonmail.com>
This commit is contained in:
committed by
Jeremy Soller
parent
955b4b2a1c
commit
8eb6d22ab4
@@ -1598,7 +1598,6 @@ impl KernelScheme for UserScheme {
|
||||
}
|
||||
|
||||
fn detach(&self, id: usize, token: &mut CleanLockToken) -> Result<()> {
|
||||
println!("detach(id={id}");
|
||||
let ctx = { context::current().read(token.token()).caller_ctx() };
|
||||
self.inner.todo.send(
|
||||
Sqe {
|
||||
|
||||
Reference in New Issue
Block a user