Skip to content

Commit

Permalink
Remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeen committed Oct 14, 2024
1 parent 2c1fe19 commit 4932adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-stereo/src/stereo-connections/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class HLSSound extends BaseSound {
if (!this.hls && !this.video) {
this.debug('Setting up HLS');
let options = {
debug: true,
debug: false,
startFragPrefetch: true,
};

Expand Down

0 comments on commit 4932adb

Please sign in to comment.