mirror of
https://github.com/rishikanthc/Scriberr.git
synced 2026-06-28 06:46:25 +00:00
clean lint
This commit is contained in:
@@ -269,7 +269,7 @@ export function SystemAudioRecorder({
|
||||
});
|
||||
|
||||
// Debug: Log what tracks we got
|
||||
console.log("Display stream tracks:", {
|
||||
console.info("Display stream tracks:", {
|
||||
video: displayStream.getVideoTracks().length,
|
||||
audio: displayStream.getAudioTracks().length,
|
||||
allTracks: displayStream.getTracks().map(t => ({ kind: t.kind, label: t.label }))
|
||||
|
||||
Reference in New Issue
Block a user