Skip to content

Commit 4932adb

Browse files
committed
Remove debug flag
1 parent 2c1fe19 commit 4932adb

File tree

1 file changed

+1
-1
lines changed
  • ember-stereo/src/stereo-connections

1 file changed

+1
-1
lines changed

ember-stereo/src/stereo-connections/hls.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default class HLSSound extends BaseSound {
8181
if (!this.hls && !this.video) {
8282
this.debug('Setting up HLS');
8383
let options = {
84-
debug: true,
84+
debug: false,
8585
startFragPrefetch: true,
8686
};
8787

0 commit comments

Comments
 (0)