diff --git a/src-core/src/main.rs b/src-core/src/main.rs index 9eb74f8e..bca372c3 100644 --- a/src-core/src/main.rs +++ b/src-core/src/main.rs @@ -40,9 +40,7 @@ use log::{info, warn, LevelFilter}; use oyasumivr_shared::windows::is_elevated; use serde_json::json; use tauri::{plugin::TauriPlugin, AppHandle, Manager, Wry}; -use tauri_plugin_aptabase::EventTracker; use tauri_plugin_log::{LogTarget, RotationStrategy}; -use telemetry::TELEMETRY_ENABLED; use webview2_com::Microsoft::Web::WebView2::Win32::ICoreWebView2Settings6; fn main() { diff --git a/src-ui/app/services/osc-automations/sleeping-animations-automation.service.ts b/src-ui/app/services/osc-automations/sleeping-animations-automation.service.ts index 28874532..4b4e4739 100644 --- a/src-ui/app/services/osc-automations/sleeping-animations-automation.service.ts +++ b/src-ui/app/services/osc-automations/sleeping-animations-automation.service.ts @@ -10,7 +10,6 @@ import { combineLatest, debounceTime, delay, - distinctUntilChanged, filter, firstValueFrom, map,