Index: /trunk/tools/czartool/Plotter.pm
===================================================================
--- /trunk/tools/czartool/Plotter.pm	(revision 29751)
+++ /trunk/tools/czartool/Plotter.pm	(revision 29752)
@@ -59,5 +59,5 @@
 #
 # Figures out a suitable interval for rate plots
-# Could use some kind of function here, but instead we want to choose meaningful intervals
+# Could use a function here, but instead we want to choose meaningful intervals
 #
 ###########################################################################
@@ -65,8 +65,6 @@
     my ($self, $begin, $end, $interval) = @_;
 
-    $begin = $self->{_czarDb}->getFullDate($begin);
-    $end = $self->{_czarDb}->getFullDate($end);
-
     my $timeDiff = $self->{_czarDb}->diffTimes($end, $begin);
+
 
     if ($self->{_czarDb}->isBefore($timeDiff, "00:00:01")) {return 0;}
