Erased lost debug trace call.

This commit is contained in:
mdtrooper 2015-01-16 13:56:56 +01:00
parent a36b399b1f
commit 43470ade1a
1 changed files with 0 additions and 2 deletions

View File

@ -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);