Skip to content

Commit a4ea4c7

Browse files
committed
remove comment
1 parent 6347e8b commit a4ea4c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

videoplayer.android.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ export class Video extends videoCommon.Video {
147147
}
148148

149149
public mute(mute: boolean) {
150-
// console.log('no mute for android with this version');
151-
// return;
152150
if (_mediaPlayer) {
153151
if (mute === true) {
154152
_mediaPlayer.setVolume(0, 0);

0 commit comments

Comments
 (0)