diff --git a/pandora_console/operation/events/events.php b/pandora_console/operation/events/events.php index 1767b33c37..4bddd880c5 100644 --- a/pandora_console/operation/events/events.php +++ b/pandora_console/operation/events/events.php @@ -541,19 +541,6 @@ if (is_ajax() === true) { ); } - if (empty($tmp->module_name) === false) { - $tmp->module_name = ui_print_truncate_text( - $tmp->module_name, - 'module_medium', - false, - true, - false, - '…', - true, - true, - ); - } - if (empty($tmp->comments) === false) { $tmp->comments = ui_print_comments($tmp->comments, 20); }