[Rt-commit] r2880 - in rt/branches/3.4-RELEASE: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Fri May 13 10:25:09 EDT 2005
Author: jesse
Date: Fri May 13 10:25:08 2005
New Revision: 2880
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
Log:
r16761 at hualien: jesse | 2005-05-13 15:22:22 +0100
* Ruslan found a debugging statement we had accidentally committed
Modified: rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm
==============================================================================
--- rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm (original)
+++ rt/branches/3.4-RELEASE/lib/RT/ObjectCustomFieldValues_Overlay.pm Fri May 13 10:25:08 2005
@@ -117,8 +117,6 @@
my $self = shift;
my $value = shift;
- $RT::Logger->crit(" $self - looking for value $value");
-
#TODO: this could cache and optimize a fair bit.
foreach my $item (@{$self->ItemsArrayRef}) {
return(1) if ($item->Content eq $value);
More information about the Rt-commit
mailing list