[Jifty-commit] r3174 - in jifty/trunk: lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Apr 30 09:39:37 EDT 2007


Author: jesse
Date: Mon Apr 30 09:39:36 2007
New Revision: 3174

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/LetMe.pm

Log:
 r56109 at pinglin:  jesse | 2007-04-27 20:14:41 -0400
 * quiet some warnings


Modified: jifty/trunk/lib/Jifty/LetMe.pm
==============================================================================
--- jifty/trunk/lib/Jifty/LetMe.pm	(original)
+++ jifty/trunk/lib/Jifty/LetMe.pm	Mon Apr 30 09:39:36 2007
@@ -97,7 +97,6 @@
     return '' unless ($user->auth_token);
 
 
-    Jifty->log->debug($user->id."Creating a digest of", join (', ', $user->auth_token, $self->path, $self->until));
     # build an md5sum of the email token and until and our secret
     my $digest = Digest::MD5->new();
     $digest->add( $user->auth_token );
@@ -221,7 +220,6 @@
 sub _generate_token {
     my $self = shift;
     my %args = (email => undef, @_);
-    warn "Generating a token for ".YAML::Dump(\%args);
     return  join ('/', 
         $args{'email'},
         $self->path,


More information about the Jifty-commit mailing list