[Rt-commit] r15867 - in rt/3.8/branches/fckeditor-upgrade: share/html/Ticket

falcone at bestpractical.com falcone at bestpractical.com
Tue Sep 9 11:53:47 EDT 2008


Author: falcone
Date: Tue Sep  9 11:53:47 2008
New Revision: 15867

Modified:
   rt/3.8/branches/fckeditor-upgrade/   (props changed)
   rt/3.8/branches/fckeditor-upgrade/share/html/Ticket/Update.html

Log:
 r39569 at ketch:  falcone | 2008-09-09 11:17:54 -0400
 * remove debugging


Modified: rt/3.8/branches/fckeditor-upgrade/share/html/Ticket/Update.html
==============================================================================
--- rt/3.8/branches/fckeditor-upgrade/share/html/Ticket/Update.html	(original)
+++ rt/3.8/branches/fckeditor-upgrade/share/html/Ticket/Update.html	Tue Sep  9 11:53:47 2008
@@ -157,7 +157,6 @@
 % }
 </form>
 <%INIT>
-    $RT::Logger->error("content [$ARGS{UpdateContent}]");
 my $CanRespond = 0;
 my $CanComment = 0;
 my $checks_failure = 0;
@@ -253,7 +252,6 @@
     $checks_failure = 1 unless $status;
 }
 
-    $RT::Logger->error("content [$ARGS{UpdateContent}]");
 if ( !$checks_failure && exists $ARGS{SubmitTicket} ) {
     $m->callback( Ticket => $TicketObj, ARGSRef => \%ARGS, CallbackName => 'BeforeDisplay' );
     return $m->comp('Display.html', TicketObj => $TicketObj, %ARGS);


More information about the Rt-commit mailing list