Skip to content

Commit

Permalink
Item1244: remove debugging info
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/PhpBB3UsersContrib@3035 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
WillNorris authored and WillNorris committed Mar 12, 2009
1 parent 2f6b6c0 commit 6abe952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Users/PhpBB3UserMapping.pm
Expand Up @@ -625,8 +625,8 @@ sub checkPassword {
ASSERT( $this->isa('Foswiki::Users::PhpBB3UserMapping') ) if DEBUG;

my $pw = $this->fetchPass($user);
print STDERR "pw=[$pw], length=[", length $pw, "]\n";
print STDERR "password=[$password]\n";
#print STDERR "pw=[$pw], length=[", length $pw, "]\n";
#print STDERR "password=[$password]\n";

my $pwhash;
if (length($pw) == 34) {
Expand Down

0 comments on commit 6abe952

Please sign in to comment.