chore: remove unnecessary console log

This commit is contained in:
MystiPanda
2024-07-18 23:37:54 +08:00
parent 8faa0ce2c2
commit 32edc0f1fe
2 changed files with 0 additions and 2 deletions

View File

@@ -202,7 +202,6 @@ export async function checkService() {
}
export async function installService(passwd: string) {
console.log(passwd);
return invoke<void>("install_service", { passwd });
}