diff options
author | Mark Wells <mark@freeside.biz> | 2015-08-16 15:34:47 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-08-17 12:13:41 -0700 |
commit | 6e9f4362b56e4042fa2283ceb2d2943f4d845b0b (patch) | |
tree | f8177f49ef510da36f08cf09ca3e2738c414c905 | |
parent | 29c6901b843b9037c1d584966d160630055d0b36 (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 &> |