diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php
index 4145cec07f..2df0661f24 100644
--- a/app/extensions/extension_edit.php
+++ b/app/extensions/extension_edit.php
@@ -1416,30 +1416,6 @@
echo " \n";
}
}
- elseif (permission_exists('outbound_caller_id_select')) {
- if (count($destinations) > 0) {
- echo " \n";
- }
- else {
- echo " \n";
- }
- }
else {
echo " \n";
}
@@ -1484,30 +1460,6 @@
echo " \n";
}
}
- elseif (permission_exists('outbound_caller_id_select')) {
- if (count($destinations) > 0) {
- echo " \n";
- }
- else {
- echo " \n";
- }
- }
else {
echo " \n";
}