stop Dumper spew
authorivan <ivan>
Tue, 14 Jul 2009 02:52:10 +0000 (02:52 +0000)
committerivan <ivan>
Tue, 14 Jul 2009 02:52:10 +0000 (02:52 +0000)
httemplate/elements/tr-select-did.html

index e866d0d..987ade6 100644 (file)
@@ -19,7 +19,7 @@
 <%init>
 
 my %opt = @_;
-warn Dumper(\%opt);
+#warn Dumper(\%opt); if $DEBUG;
 my $cell_style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
 
 #false laziness w/select-did.html