Remove debug message someone left here to linger.
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jul 2002 17:28:44 +0000 (17:28 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jul 2002 17:28:44 +0000 (17:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3146 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/right_main.php

index 840476c39390a82026197e5998e36ea551ebb78d..7750c3304b5a99ad053f32d531735c5590d8694b 100644 (file)
@@ -34,8 +34,6 @@ require_once('../functions/html.php');
  *    $key              pass                               *
  ***********************************************************/
 
-$bob = getHashedFile($username, $data_dir, "username.pref");
-
 /* Open a connection on the imap port (143) */
 
 $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);