From: ivan Date: Tue, 14 Jul 2009 02:52:10 +0000 (+0000) Subject: stop Dumper spew X-Git-Tag: root_of_svc_elec_features~1022 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=ef0d1ce08b8575fbb079f1700330c579e36691c4;hp=1d3af1f921c52bc1cd1dde7a73b9a22f097bf606 stop Dumper spew --- diff --git a/httemplate/elements/tr-select-did.html b/httemplate/elements/tr-select-did.html index e866d0d7e..987ade689 100644 --- a/httemplate/elements/tr-select-did.html +++ b/httemplate/elements/tr-select-did.html @@ -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