We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd3ccb commit 8ebfce7Copy full SHA for 8ebfce7
src/Controllers/CallLogsController.php
@@ -251,8 +251,6 @@ public function attachAnAudioFileToTheCallLog(
251
//validate and preprocess url
252
$_queryUrl = APIHelper::cleanUrl(Configuration::getBaseUri() . $_queryBuilder);
253
254
- echo $this->val($options, 'mime_type');
255
-
256
//prepare headers
257
$_headers = array (
258
'user-agent' => BaseController::USER_AGENT,
0 commit comments