remove log

This commit is contained in:
Daniel Ponte 2025-01-05 11:48:08 -05:00
parent c30ea57bb8
commit 13a36461dd

View file

@ -31,7 +31,6 @@ export class CallPlayerComponent {
}); });
this.playing = true; this.playing = true;
this.au.src = this.callsSvc.callAudioURL(this.call.id); this.au.src = this.callsSvc.callAudioURL(this.call.id);
console.log(this.au.src);
this.au.load(); this.au.load();
this.au.play().then(null, (reason) => { this.au.play().then(null, (reason) => {
this.playing = false; this.playing = false;