Skip to content

Commit 4673d9c

Browse files
committed
wip: improve logging
1 parent 17b21d1 commit 4673d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/ui/RundownView/RundownHeader/RundownHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function RundownHeader({
107107
const rundownTimesInfo = checkRundownTimes(playlist.timing)
108108

109109
useEffect(() => {
110-
console.debug(`Rundown T-Timers Info: `, playlist.tTimers)
110+
console.debug(`Rundown T-Timers Info: `, JSON.stringify(playlist.tTimers, undefined, 2))
111111
}, [playlist.tTimers])
112112

113113
return (

0 commit comments

Comments
 (0)