summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorlevinse <levinse>2011-01-31 06:30:36 +0000
committerlevinse <levinse>2011-01-31 06:30:36 +0000
commitec681a87b33fe272276f367aea4da3ed4d689605 (patch)
tree238542a56494a3d9e8ef4d1e7766db77f06822bb /httemplate/view
parentdf6a0d9c94240a8d10a9ab02161beab92e8577e4 (diff)
torrus various changes, RT10574
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/svc_port.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/view/svc_port.cgi b/httemplate/view/svc_port.cgi
index 84d0e49e3..0df826366 100644
--- a/httemplate/view/svc_port.cgi
+++ b/httemplate/view/svc_port.cgi
@@ -39,7 +39,6 @@ if ( $cgi->param('start') && $cgi->param('end') ) {
sub preset_range {
my($start,$end,$label,$date_format) = (shift,shift,shift,shift);
- warn "$start $end $date_format";
$start = time2str($date_format,$start);
$end = time2str($date_format,$end);
return '<A HREF="javascript:void(0);" onclick="preset_range(\''