Skip to content

Commit

Permalink
QA: Remove instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 19, 2024
1 parent 20b3ee5 commit eed3404
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data_templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -1077,9 +1077,6 @@ function data_templates() {
$sql_order
$sql_limit";

cacti_log($sql_order);
cacti_log($template_list_sql);

$template_list = db_fetch_assoc_prepared($template_list_sql, $sql_params);

$display_text = array(
Expand Down Expand Up @@ -1209,8 +1206,6 @@ function create_filter() {

$methods = $all + $methods;

cacti_log(get_nfilter_request_var('sort_column'));

return array(
'rows' => array(
array(
Expand Down

0 comments on commit eed3404

Please sign in to comment.