From 4ea0fc0f1ae6dd3886bf7e1dac106e8dbd074906 Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 10 Sep 2002 13:24:24 +0000 Subject: [PATCH] Removed some debugging stuff --- login/signup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/login/signup.php b/login/signup.php index 564be9129f..c8177f684f 100644 --- a/login/signup.php +++ b/login/signup.php @@ -14,8 +14,6 @@ $user->confirmed = 0; $user->firstaccess = time(); $user->secret = random_string(15); - echo $user->secret; - $db->debug = true; if (! ($user->id = insert_record("user", $user)) ) { error("Could not add your record to the database!"); -- 2.39.5