remove log
This commit is contained in:
parent
c30ea57bb8
commit
13a36461dd
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue