From 1b1b7a395fa4c96996677733bb2cfcece4cea327 Mon Sep 17 00:00:00 2001 From: Tim Steiner <tsteiner2@unl.edu> Date: Fri, 15 Aug 2008 20:20:39 +0000 Subject: [PATCH] Remove some debug code. --- application/modules/auth/controllers/IndexController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/modules/auth/controllers/IndexController.php b/application/modules/auth/controllers/IndexController.php index c1eb3c03..c3c552fc 100644 --- a/application/modules/auth/controllers/IndexController.php +++ b/application/modules/auth/controllers/IndexController.php @@ -56,7 +56,6 @@ class Auth_IndexController extends App_Controller_Action { $user = Auth_UserModel::findCurrentUser(); if (!$user) { $user = Auth_UserModel::fetchNewFromLdap($username); - print_r($user); exit; } $this->_redirect('/'); -- GitLab