Commit 883a3ed691356f7a2b7a102d9b8cfc46fa78e1fc

Authored by nbm
1 parent 59ba0c00

Remove a bit of debugging left in the previous commit.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4243 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 2 deletions
presentation/login.php
... ... @@ -120,8 +120,6 @@ class LoginPageDispatcher extends KTDispatcher {
120 120 }
121 121  
122 122 if (PEAR::isError($authenticated)) {
123   - print "<pre>";
124   - var_dump($authenticated);
125 123 $this->simpleRedirectToMain('Authentication failure. Please try again.', $url, $params);
126 124 exit(0);
127 125 }
... ...