silent some stupid prints

This commit is contained in:
end-4
2025-11-05 12:13:13 +01:00
parent bf376c8aaa
commit 6ca5175bb0
2 changed files with 2 additions and 2 deletions
@@ -87,7 +87,7 @@ Scope {
}
onExited: (exitCode, exitStatus) => {
if (exitCode !== 0) {
console.warn("fprintd-list command exited with error:", exitCode, exitStatus);
// console.warn("[LockContext] fprintd-list command exited with error:", exitCode, exitStatus);
root.fingerprintsConfigured = false;
}
}