diff --git a/main/auth/profile.php b/main/auth/profile.php index 939aedc330..0a969b124a 100755 --- a/main/auth/profile.php +++ b/main/auth/profile.php @@ -301,7 +301,6 @@ if (is_profile_editable()) { } else { $form->freeze(); } -var_dump($extra_data); $user_data = array_merge($user_data, $extra_data); $form->setDefaults($user_data);