diff options
author | ivan <ivan> | 2009-07-14 02:52:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-07-14 02:52:10 +0000 |
commit | ef0d1ce08b8575fbb079f1700330c579e36691c4 (patch) | |
tree | 593714aae2066dbe72395eca48b4238239c0d9d1 | |
parent | 1d3af1f921c52bc1cd1dde7a73b9a22f097bf606 (diff) |
stop Dumper spew
-rw-r--r-- | httemplate/elements/tr-select-did.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 |