File tree 2 files changed +2
-10
lines changed
BackgroundReplacementProvider
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -128,11 +128,7 @@ export const BackgroundBlurProvider: FC<React.PropsWithChildren<Props>> = ({
128
128
setIsBackgroundBlurSupported ( false ) ;
129
129
return undefined ;
130
130
} else {
131
- logger . info (
132
- `Initialized background blur processor: ${ JSON . stringify (
133
- createdProcessor
134
- ) } `
135
- ) ;
131
+ logger . info ( 'Initialized background blur processor' ) ;
136
132
setBackgroundBlurProcessor ( createdProcessor ) ;
137
133
setIsBackgroundBlurSupported ( true ) ;
138
134
return createdProcessor ;
Original file line number Diff line number Diff line change @@ -130,11 +130,7 @@ export const BackgroundReplacementProvider: FC<
130
130
setIsBackgroundReplacementSupported ( false ) ;
131
131
return undefined ;
132
132
} else {
133
- logger . info (
134
- `Initialized background replacement processor: ${ JSON . stringify (
135
- createdProcessor
136
- ) } `
137
- ) ;
133
+ logger . info ( 'Initialized background replacement processor' ) ;
138
134
setBackgroundReplacementProcessor ( createdProcessor ) ;
139
135
setIsBackgroundReplacementSupported ( true ) ;
140
136
return createdProcessor ;
You can’t perform that action at this time.
0 commit comments