From ea97d9288d6421178a28e035ff5cb800f714c523 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Thu, 19 Feb 2015 23:32:20 +0000 Subject: [PATCH] CDR Delete: Removed unnecessary output. --- app/xml_cdr/xml_cdr_delete.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/xml_cdr/xml_cdr_delete.php b/app/xml_cdr/xml_cdr_delete.php index 0bfb1cee0e..f7ed3f6765 100644 --- a/app/xml_cdr/xml_cdr_delete.php +++ b/app/xml_cdr/xml_cdr_delete.php @@ -54,7 +54,6 @@ if (sizeof($_REQUEST) > 0) { $prep_statement->execute(); unset($sql, $prep_statement); //delete recording, if any - echo $_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index])."..."; if (file_exists($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index]))) { @unlink($_SESSION['switch']['recordings']['dir'].base64_decode($recording_file_path[$index])); }