[Rt-commit] rtir branch, 4.0.0/fix-charting, updated. 4.0.0-9-g166b73c

Jim Brandt jbrandt at bestpractical.com
Thu Feb 2 11:46:49 EST 2017


The branch, 4.0.0/fix-charting has been updated
       via  166b73c8e9ebd3f0b3dadf1d3852c5598a170533 (commit)
      from  84672d0cfea5a511c1ae2d66569b850861ac7d8e (commit)

Summary of changes:
 html/RTIR/Search/Reporting.html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 166b73c8e9ebd3f0b3dadf1d3852c5598a170533
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Thu Feb 2 11:46:22 2017 -0500

    Remove query debug since the query is displayed on the chart page

diff --git a/html/RTIR/Search/Reporting.html b/html/RTIR/Search/Reporting.html
index 6c7f948..c8d75ca 100644
--- a/html/RTIR/Search/Reporting.html
+++ b/html/RTIR/Search/Reporting.html
@@ -52,7 +52,7 @@ my $default_value = {
     ChartStyle => 'bar+table+sql',
     ChartFunction => ['COUNT'],
 };
-    
+
 $m->callback( ARGSRef => \%ARGS, CallbackName => 'Initial' );
 
 my $title = loc( "Grouped search results");
@@ -118,8 +118,6 @@ foreach (@search_fields) {
     }
 }
 
-RT->Logger->debug("query is " . $query{Query});
-
 $m->callback( ARGSRef => \%ARGS, QueryArgsRef => \%query );
 
 </%init>

-----------------------------------------------------------------------


More information about the rt-commit mailing list