[Rt-commit] r2927 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Sun May 22 18:39:13 EDT 2005


Author: jesse
Date: Sun May 22 18:39:12 2005
New Revision: 2927

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
Log:
 r17003 at hualien:  jesse | 2005-05-22 17:15:39 -0400
  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/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/lib/RT/ObjectCustomFieldValues_Overlay.pm	Sun May 22 18:39:12 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