From f677300bdf75a7ca9352e823d144a65a22d078cf Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 22 May 2017 10:38:02 +0000 Subject: [PATCH] Bug 18642: Remove debug messages Test plan: 0) Apply the patch 1) git grep Data::Printer -> should return no results 2) Go to Reports -> Use saved - should work fine --- reports/guided_reports.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index edff7d0..b81e84f 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -110,8 +110,6 @@ elsif ( $phase eq 'Build new' ) { if ( $op eq 'convert' ) { my $report_id = $input->param('report_id'); my $report = C4::Reports::Guided::get_saved_report($report_id); - warn $report_id; - use Data::Printer colored => 1; warn p $report; if ($report) { my $updated_sql = C4::Reports::Guided::convert_sql( $report->{savedsql} ); C4::Reports::Guided::update_sql( -- 2.1.4