Skip to content
Snippets Groups Projects
Commit 519fde76 authored by Tim Steiner's avatar Tim Steiner
Browse files

Remove a var_dump() that shouldn't be there.

parent d37740d7
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ class Auth_UserModel extends Unl_Model {
public static function findCurrentUser()
{
$username = Zend_Auth::getInstance()->getIdentity();
var_dump($username);
if (!$username) {
throw new Exception('You must be logged in to view this page.');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment