Skip to content

Commit 8ebfce7

Browse files
committed
Removed pointless echo
1 parent 8dd3ccb commit 8ebfce7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Controllers/CallLogsController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ public function attachAnAudioFileToTheCallLog(
251251
//validate and preprocess url
252252
$_queryUrl = APIHelper::cleanUrl(Configuration::getBaseUri() . $_queryBuilder);
253253

254-
echo $this->val($options, 'mime_type');
255-
256254
//prepare headers
257255
$_headers = array (
258256
'user-agent' => BaseController::USER_AGENT,

0 commit comments

Comments
 (0)