diff --git a/lib/user.js b/lib/user.js index be2cf46..208dd7b 100644 --- a/lib/user.js +++ b/lib/user.js @@ -15,7 +15,7 @@ class User { } async authenticate(authTry) { - if (this.debug) console.log(authTry) + // if (this.debug) console.log(authTry) let [username, groupName] = authTry.username.split('@') if (!groupName) groupName = this.cfg.group ?? 'NicTool'