[Rt-commit] r2918 - in rt/branches/CHALDEA-EXPERIMENTAL: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Sun May 22 18:33:47 EDT 2005


Author: jesse
Date: Sun May 22 18:33:47 2005
New Revision: 2918

Modified:
   rt/branches/CHALDEA-EXPERIMENTAL/   (props changed)
   rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm
Log:
 r16994 at hualien:  jesse | 2005-05-22 17:00:41 -0400
  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/CHALDEA-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm
==============================================================================
--- rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm	(original)
+++ rt/branches/CHALDEA-EXPERIMENTAL/lib/RT/ObjectCustomFieldValues_Overlay.pm	Sun May 22 18:33:47 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