forked from Shinonome/dots-hyprland
silent some stupid prints
This commit is contained in:
@@ -87,7 +87,7 @@ Scope {
|
|||||||
}
|
}
|
||||||
onExited: (exitCode, exitStatus) => {
|
onExited: (exitCode, exitStatus) => {
|
||||||
if (exitCode !== 0) {
|
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;
|
root.fingerprintsConfigured = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ Singleton {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
onExited: (exitCode, exitStatus) => {
|
onExited: (exitCode, exitStatus) => {
|
||||||
console.log("[KeyringStorage] Keyring data fetch process exited with code:", exitCode);
|
// console.log("[KeyringStorage] Keyring data fetch process exited with code:", exitCode);
|
||||||
if (exitCode === 1) {
|
if (exitCode === 1) {
|
||||||
console.error("[KeyringStorage] Entry not found, initializing.");
|
console.error("[KeyringStorage] Entry not found, initializing.");
|
||||||
root.keyringData = {};
|
root.keyringData = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user