[Rt-commit] r19445 - rt/3.999/trunk/t/api

sartak at bestpractical.com sartak at bestpractical.com
Tue May 5 13:43:40 EDT 2009


Author: sartak
Date: Tue May  5 13:43:40 2009
New Revision: 19445

Modified:
   rt/3.999/trunk/t/api/reminders.t

Log:
Remove debug warning

Modified: rt/3.999/trunk/t/api/reminders.t
==============================================================================
--- rt/3.999/trunk/t/api/reminders.t	(original)
+++ rt/3.999/trunk/t/api/reminders.t	Tue May  5 13:43:40 2009
@@ -45,7 +45,6 @@
 ok($reminders, 'Loading reminders for this ticket');
 my $found = 0;
 while ( my $reminder = $reminders->next ) {
-    warn $reminder->id,"\n";
     next unless $found == 0;
     $found = 1 if ( $reminder->subject =~ m/TestReminder/ );
 }


More information about the Rt-commit mailing list