[Rt-commit] r8824 - rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements

ruz at bestpractical.com ruz at bestpractical.com
Wed Aug 29 08:34:17 EDT 2007


Author: ruz
Date: Wed Aug 29 08:34:17 2007
New Revision: 8824

Modified:
   rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus

Log:
* delete debug statement

Modified: rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Ticket/Elements/ShowGnuPGStatus	Wed Aug 29 08:34:17 2007
@@ -127,7 +127,6 @@
     foreach my $line ( @$run ) {
         if ( $line->{'Operation'} eq 'KeyCheck' ) {
             next unless $Reverify;
-            use Data::Dumper; $RT::Logger->crit(Dumper($line));
             # if a public key was missing during verification then we want try again
             next unless $line->{'KeyType'} eq 'public' && $line->{'Status'} eq 'MISSING';
 


More information about the Rt-commit mailing list