aboutsummaryrefslogtreecommitdiff
path: root/src-ui
diff options
context:
space:
mode:
authorRémy Raes <contact@remyraes.com>2022-10-02 22:52:39 +0200
committerGitHub <noreply@github.com>2022-10-02 22:52:39 +0200
commita4b14e2c0edbbae1d399009ad9d691e7c30d4571 (patch)
tree7585d1bc1e54319710881e2a310f6825f622d437 /src-ui
parent96f83ec9406e330444e5f0ab135dc4c169c832ce (diff)
parent7f0ee9be80988f13f1d234136725a03db0335ec5 (diff)
downloadFlightCore-a4b14e2c0edbbae1d399009ad9d691e7c30d4571.tar.gz
FlightCore-a4b14e2c0edbbae1d399009ad9d691e7c30d4571.zip
Merge branch 'GeckoEidechse:main' into feat/new-ui
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 d68a0154..44cf35ca 100644
--- a/src-ui/src/main.ts
+++ b/src-ui/src/main.ts
@@ -133,7 +133,6 @@ document.addEventListener("DOMContentLoaded", async function () {
else {
originRunningHolderEl.textContent = "ORIGIN NOT RUNNING";
}
- console.log(evt.payload);
});
// listen northstar-running-ping event (from Tauri Rust App)
@@ -149,7 +148,6 @@ document.addEventListener("DOMContentLoaded", async function () {
omniButtonEl.textContent = button_play_string;
}
}
- console.log(evt.payload);
});
// omni button click