Przeglądaj źródła

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

Marián Skrip 3 lat temu
rodzic
commit
69e9ccc636
1 zmienionych plików z 0 dodań i 1 usunięć
  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) {