From 43470ade1a23f95d6bc2d9f63ffd2e94e00e79ae Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 16 Jan 2015 13:56:56 +0100 Subject: [PATCH] Erased lost debug trace call. --- pandora_console/include/functions_tags.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora_console/include/functions_tags.php b/pandora_console/include/functions_tags.php index b9f72685bd..5ca76dc190 100644 --- a/pandora_console/include/functions_tags.php +++ b/pandora_console/include/functions_tags.php @@ -508,8 +508,6 @@ function tags_get_module_tags ($id, $policy = false) { if (empty($id)) return false; - html_debug_print(func_get_args()); - if ($policy) { $tags = db_get_all_rows_filter('ttag_policy_module', array('id_policy_module' => $id), false);