diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-16 15:34:47 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-16 15:34:47 -0700 |
commit | 45b87d63b047f23626a3ad9301a0dc0fd8797cae (patch) | |
tree | 856a10ba0dd88444bb60a17c8b45b110e4c44c0f | |
parent | e5c7f9c125f212b867541b7768f15a9cf7418734 (diff) |
debug
-rw-r--r-- | httemplate/elements/tr-select-months.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-months.html b/httemplate/elements/tr-select-months.html index 3ff28f99b..b90ce1ed7 100644 --- a/httemplate/elements/tr-select-months.html +++ b/httemplate/elements/tr-select-months.html @@ -7,6 +7,5 @@ $opt{labels} = { '' => '', map { $_ => emt('[quant,_1,month]', $_) } 1 .. $max }; -warn Dumper(\%opt); </%init> <& tr-select.html, %opt &> |