[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-346-g5c03796
? sunnavy
sunnavy at bestpractical.com
Thu Apr 15 19:39:31 EDT 2010
The branch, 3.8-trunk has been updated
via 5c0379626a5c428673809d8f542b6c6457059b2e (commit)
from e9196ba4a751ff72dbeae2c1877d7319f0c1fb1a (commit)
Summary of changes:
lib/RT/Report/Tickets/Entry.pm | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 5c0379626a5c428673809d8f542b6c6457059b2e
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Apr 16 07:39:22 2010 +0800
found an unused debug code by chance
diff --git a/lib/RT/Report/Tickets/Entry.pm b/lib/RT/Report/Tickets/Entry.pm
index 525fb98..78e4cab 100644
--- a/lib/RT/Report/Tickets/Entry.pm
+++ b/lib/RT/Report/Tickets/Entry.pm
@@ -65,8 +65,6 @@ sub LabelValue {
my $field = shift;
my $value = $self->__Value( $field );
- $RT::Logger->error("boo: $value");
-
if ( $field =~ /(Daily|Monthly|Annually|Hourly)$/ ) {
my $re;
# it's not just 1970-01-01 00:00:00 because of timezone shifts
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list