Remove instruction initially purposed for testing only

This commit is contained in:
Johannes Meyer 2014-10-22 16:31:19 +02:00
parent f5c4708ae2
commit 2fd22261eb
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class AuthBackendPage extends Form
*/
public function createElements(array $formData)
{
$this->config['type'] = 'autologin';
if ($this->config['type'] === 'db') {
$note = t(
'As you\'ve chosen to use a database for authentication all you need '