We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9d364 commit 33a966bCopy full SHA for 33a966b
shared/packages/tsr-bridge/src/sideload/OBS.ts
@@ -118,7 +118,6 @@ export class OBSSideload implements SideLoadDevice {
118
119
// Transitions
120
const { transitions } = await this.obs.call('GetSceneTransitionList')
121
- console.log('Transitions:', transitions)
122
for (const transition of transitions) {
123
const resource: OBSTransition = {
124
resourceType: ResourceType.OBS_TRANSITION,
0 commit comments