[Rt-commit] r9998 - rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/SelectOwner

ruz at bestpractical.com ruz at bestpractical.com
Tue Dec 18 20:16:16 EST 2007


Author: ruz
Date: Tue Dec 18 20:16:08 2007
New Revision: 9998

Modified:
   rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList

Log:
* delete debug statement

Modified: rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/Callbacks/RTIR/Elements/SelectOwner/UpdateObjectList	Tue Dec 18 20:16:08 2007
@@ -19,7 +19,6 @@
         VALUE  => $object->__Value('Name'),
     );
     while ( my $queue = $queues->Next ) {
-        warn "Adding ".$queue->Name;
         unshift @new_objects,$queue;
     }
 


More information about the Rt-commit mailing list