[freeside-commits] branch master updated. 66e35f4c5ce2125f252d63f024f2d72eb3ec5c5d

Mark Wells mark at 420.am
Mon Jul 30 15:23:34 PDT 2012


The branch, master has been updated
       via  66e35f4c5ce2125f252d63f024f2d72eb3ec5c5d (commit)
      from  98a2c1d79af4c475e8245651a79ded35ce3391dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 66e35f4c5ce2125f252d63f024f2d72eb3ec5c5d
Author: Mark Wells <mark at freeside.biz>
Date:   Mon Jul 30 15:23:13 2012 -0700

    remove debug cruft

diff --git a/httemplate/search/cust_bill_pkg.cgi b/httemplate/search/cust_bill_pkg.cgi
index 5032542..b6b70a0 100644
--- a/httemplate/search/cust_bill_pkg.cgi
+++ b/httemplate/search/cust_bill_pkg.cgi
@@ -177,7 +177,6 @@ if ( $cgi->param('out') ) {
 #    $loc_sql =~ s/\?/'cust_main_county.'.shift(@param)/e;
 #  }
 
-    warn "\nLOC_SQL:\n$loc_sql\n";
   push @where, "
     0 = (
           SELECT COUNT(*) FROM cust_main_county
@@ -196,7 +195,6 @@ if ( $cgi->param('out') ) {
       $loc_sql =~ s/\?/$ph{shift(@param)}/e;
     }
 
-    warn "\nLOC_SQL:\n$loc_sql\n";
     push @where, $loc_sql;
 
   }
@@ -229,7 +227,6 @@ if ( $cgi->param('out') ) {
 
       ). ' ) ';
 
-    warn "\nLOC_SQL:\n$locs_sql\n";
     push @where, $locs_sql;
 
   } else { #scalar(@counties) <= 1
@@ -242,7 +239,6 @@ if ( $cgi->param('out') ) {
       $loc_sql =~ s/\?/$ph{shift(@param)}/e;
     }
 
-    warn "\nLOC_SQL:\n$loc_sql\n";
     push @where, $loc_sql;
 
   }

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

Summary of changes:
 httemplate/search/cust_bill_pkg.cgi |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list