Skip to content

Commit 33a966b

Browse files
authored
chore: remove console log
1 parent bf9d364 commit 33a966b

File tree

1 file changed

+0
-1
lines changed
  • shared/packages/tsr-bridge/src/sideload

1 file changed

+0
-1
lines changed

shared/packages/tsr-bridge/src/sideload/OBS.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export class OBSSideload implements SideLoadDevice {
118118

119119
// Transitions
120120
const { transitions } = await this.obs.call('GetSceneTransitionList')
121-
console.log('Transitions:', transitions)
122121
for (const transition of transitions) {
123122
const resource: OBSTransition = {
124123
resourceType: ResourceType.OBS_TRANSITION,

0 commit comments

Comments
 (0)