Browse Source

fix: remove wild log that was possibly for debugging (#5021)

Marián Skrip 3 năm trước cách đây
mục cha
commit
69e9ccc636
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      server/models/users.js

+ 0 - 1
server/models/users.js

@@ -346,7 +346,6 @@ module.exports = class User extends Model {
         }
       }
     }
-    console.info(redirect)
 
     // Is 2FA required?
     if (!skipTFA) {