[Rt-commit] r5145 - in rt/branches/3.5-TESTING: html/REST/1.0/Forms/ticket

kevinr at bestpractical.com kevinr at bestpractical.com
Mon May 1 18:30:58 EDT 2006


Author: kevinr
Date: Mon May  1 18:30:57 2006
New Revision: 5145

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment

Log:
 r12458 at sad-girl-in-snow:  kevinr | 2006-05-01 17:37:01 -0400
 * Changed a couple warning messages to debugs in the REST comment code


Modified: rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment
==============================================================================
--- rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment	(original)
+++ rt/branches/3.5-TESTING/html/REST/1.0/Forms/ticket/comment	Mon May  1 18:30:57 2006
@@ -55,8 +55,8 @@
 use RT::Interface::REST;
 use File::Temp qw(tempfile);
 
-$RT::Logger->warning("Got ticket id=$id for comment");
-$RT::Logger->warning("Got args @{[keys(%changes)]}.");
+#$RT::Logger->warning("Got ticket id=$id for comment");
+#$RT::Logger->warning("Got args @{[keys(%changes)]}.");
 
 my $ticket = new RT::Ticket $session{CurrentUser};
 my ($c, $o, $k, $e) = ("", [], {}, 0);


More information about the Rt-commit mailing list