summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-08-16 15:34:47 -0700
committerMark Wells <mark@freeside.biz>2015-08-17 12:13:41 -0700
commit6e9f4362b56e4042fa2283ceb2d2943f4d845b0b (patch)
treef8177f49ef510da36f08cf09ca3e2738c414c905
parent29c6901b843b9037c1d584966d160630055d0b36 (diff)
debug
-rw-r--r--httemplate/elements/tr-select-months.html1
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 &>