We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1fe19 commit 4932adbCopy full SHA for 4932adb
ember-stereo/src/stereo-connections/hls.js
@@ -81,7 +81,7 @@ export default class HLSSound extends BaseSound {
81
if (!this.hls && !this.video) {
82
this.debug('Setting up HLS');
83
let options = {
84
- debug: true,
+ debug: false,
85
startFragPrefetch: true,
86
};
87
0 commit comments