Commit cbb62b720f3af8ce52b384eca918715809294beb
1 parent
8c998603
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 | } | ... | ... |