diff options
| author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-28 23:40:31 +0200 |
|---|---|---|
| committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-28 23:40:31 +0200 |
| commit | a25a4ad4fda8c84ed3fd355f9494b28025dd0bbc (patch) | |
| tree | 1d549e5733e864207828a6e6eb1ffd598c05641c | |
| parent | 52e0ff843dbd3cb0616bc37cee11594b64363636 (diff) | |
| download | FlightCore-a25a4ad4fda8c84ed3fd355f9494b28025dd0bbc.tar.gz FlightCore-a25a4ad4fda8c84ed3fd355f9494b28025dd0bbc.zip | |
Stop logging pings to console
Logging each ping got too spammy overall
| -rw-r--r-- | src-ui/src/main.ts | 2 |
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 |
