[Rt-commit] r2911 - in rt/branches/QUEBEC-EXPERIMENTAL: . lib/RT
jesse at bestpractical.com
jesse at bestpractical.com
Sun May 22 17:18:42 EDT 2005
Author: jesse
Date: Sun May 22 17:18:41 2005
New Revision: 2911
Modified:
rt/branches/QUEBEC-EXPERIMENTAL/ (props changed)
rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm
Log:
r16987 at hualien: jesse | 2005-05-22 16:58:28 -0400
r16761 at hualien: jesse | 2005-05-13 10:22:22 -0400
* Ruslan found a debugging statement we had accidentally committed
Modified: rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm (original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm Sun May 22 17:18:41 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