Remove debug trace

This commit is contained in:
m-lopez-f 2016-12-19 12:43:30 +01:00
parent c085989f33
commit 73f09da6ba
1 changed files with 0 additions and 1 deletions

View File

@ -1306,7 +1306,6 @@ You can of course remove the warnings, that's why we include the source and do n
<td>
<?php
$event_types_select = get_event_types();
html_debug($filter_event_type);
html_print_select ($event_types_select, 'filter_event_type[]',
$filter_event_type, '', __('All'), 'all', false, true,
false, '', false, false, false, false, false, '');