Browse Source

ckplayer close debug mode

zhanghe 6 years ago
parent
commit
137b7737c8
1 changed files with 0 additions and 1 deletions
  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',