chore: remove unnecessary console log
This commit is contained in:
@@ -202,7 +202,6 @@ export async function checkService() {
|
||||
}
|
||||
|
||||
export async function installService(passwd: string) {
|
||||
console.log(passwd);
|
||||
return invoke<void>("install_service", { passwd });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user