aboutsummaryrefslogtreecommitdiff
path: root/src-ui
diff options
context:
space:
mode:
Diffstat (limited to 'src-ui')
-rw-r--r--src-ui/src/main.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-ui/src/main.ts b/src-ui/src/main.ts
index 46d3b9de..5ebed28e 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -111,7 +111,6 @@ document.addEventListener("DOMContentLoaded", async function () {
await install_northstar_result.then((message) => {
console.log(message);
- alert("Done installing Northstar");
})
.catch((error) => {
console.error(error);
@@ -130,7 +129,6 @@ document.addEventListener("DOMContentLoaded", async function () {
await update_northstar_result.then((message) => {
console.log(message);
- alert("Done updating Northstar");
})
.catch((error) => {
console.error(error);