mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-10 16:00:25 +01:00
refactor(logs): drop per-tick download & wifi debug spam
The download progress listener logged transcoding detection, bitrate and the estimated size on every progress event (every ~500ms per active download), and the WiFi SSID helpers logged on every poll. Remove this debug noise; the throttled 10%-milestone progress log and the genuine warn/error logs stay.
This commit is contained in:
@@ -15,7 +15,6 @@ const WifiSsidModule =
|
||||
*/
|
||||
export async function getSSID(): Promise<string | null> {
|
||||
if (!WifiSsidModule) {
|
||||
console.log("[WifiSsid] Module not available on this platform");
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user