From bfa23a99736f1f5a861d2e2726f0677b82aa3c40 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Wed, 4 Jan 2012 14:38:45 +0000 Subject: [PATCH] Remove extraneous debug output --- source/lib/SihnonFramework/Auth/Plugin/Config/User.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib/SihnonFramework/Auth/Plugin/Config/User.class.php b/source/lib/SihnonFramework/Auth/Plugin/Config/User.class.php index 8c93dfb..facd67a 100644 --- a/source/lib/SihnonFramework/Auth/Plugin/Config/User.class.php +++ b/source/lib/SihnonFramework/Auth/Plugin/Config/User.class.php @@ -36,7 +36,6 @@ class SihnonFramework_Auth_Plugin_Config_User implements Sihnon_Auth_IUser { } public function checkPassword($password) { - var_dump($password, sha1($password), $this->password); return ($this->password == sha1($password)); }