From 13a36461dd63d0a1efbdefa82115f6978bf3364d Mon Sep 17 00:00:00 2001 From: Daniel Ponte Date: Sun, 5 Jan 2025 11:48:08 -0500 Subject: [PATCH] remove log --- .../src/app/calls/player/call-player/call-player.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/stillbox/src/app/calls/player/call-player/call-player.component.ts b/client/stillbox/src/app/calls/player/call-player/call-player.component.ts index 0e7a974..2b528bc 100644 --- a/client/stillbox/src/app/calls/player/call-player/call-player.component.ts +++ b/client/stillbox/src/app/calls/player/call-player/call-player.component.ts @@ -31,7 +31,6 @@ export class CallPlayerComponent { }); this.playing = true; this.au.src = this.callsSvc.callAudioURL(this.call.id); - console.log(this.au.src); this.au.load(); this.au.play().then(null, (reason) => { this.playing = false;