Removed debugging line

This commit is contained in:
snipe 2020-11-02 21:26:13 -08:00
parent a8f9f5239c
commit 0c2800c7dd

View file

@ -167,7 +167,6 @@ class ProfileController extends Controller
// First let's see if that option is enabled in the settings
if (strpos(Setting::passwordComplexityRulesSaving('store'), 'disallow_same_pwd_as_user_fields')) {
\Log::debug('disallow_same_pwd_as_user_fields is ON');
if (($request->input('password') == $user->username) ||
($request->input('password') == $user->email) ||
($request->input('password') == $user->first_name) ||