소스 검색

auto commit

app
jfinn 3 년 전
부모
커밋
df270a35e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      react/features/base/media/components/AbstractVideoTrack.js

+ 1
- 1
react/features/base/media/components/AbstractVideoTrack.js 파일 보기

@@ -66,7 +66,6 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
66 66
 
67 67
         // Bind event handlers so they are only bound once for every instance.
68 68
         this._onVideoPlaying = this._onVideoPlaying.bind(this);
69
-        console.log("AVT",this)
70 69
     }
71 70
 
72 71
     /**
@@ -106,6 +105,7 @@ export default class AbstractVideoTrack<P: Props> extends Component<P> {
106 105
 
107 106
         // Actual zoom is currently only enabled if the stream is a desktop
108 107
         // stream.
108
+        console.log("AVT",this,{stream})
109 109
         const zoomEnabled
110 110
             = this.props.zoomEnabled
111 111
                 && stream

Loading…
취소
저장