Przeglądaj źródła

ckplayer close debug mode

zhanghe 6 lat temu
rodzic
commit
137b7737c8
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/util/EfunVideoPlayer.js

+ 0 - 1
src/util/EfunVideoPlayer.js

@@ -12,7 +12,6 @@ class EfunVideoPlayer {
 
   initPlayer(url, domId) {
     let videoObject = {
-      debug: true,
       autoplay: true,
       container: `#${domId}`,
       variable: 'player',