Disable warning when opening "old" schemes.

This commit is contained in:
4lDO2 2025-02-21 16:56:53 +01:00
parent ef0758b9cc
commit 84632ab708
No known key found for this signature in database
GPG Key ID: 4EEF2FB4486F9457
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ impl KernelScheme for RootScheme {
//log::warn!("Context {} opened a v1 scheme", context::current().read().name);
}
if !new_close {
log::warn!(
/*log::warn!(
"Context {} opened a non-async-close scheme",
context::current().read().name
);
);*/
}
let (_scheme_id, inner) =