debugging
authormark <mark>
Thu, 9 Feb 2012 06:29:07 +0000 (06:29 +0000)
committermark <mark>
Thu, 9 Feb 2012 06:29:07 +0000 (06:29 +0000)
httemplate/search/477partV.html

index a30a9bf..55ebc0b 100755 (executable)
@@ -41,5 +41,4 @@ my $count_query = delete($sql_query->{'count_query'});
 $count_query =~ s/COUNT\(\*\)/count(DISTINCT substr(zip,1,5))/;
 $count_query =~ s/ORDER BY [.\w]+//;
 
-warn "\ncount_query:\n$count_query\n\nsql_query:\n".Dumper($sql_query)."\n\n";
 </%init>