Login message changed, removed a console.log

This commit is contained in:
MrFry 2020-04-26 14:45:02 +02:00
parent 919e3db04c
commit ddadefb564
3 changed files with 2 additions and 4 deletions

View file

@ -210,8 +210,6 @@ function Load () {
}
function LogStat (url, ip, hostname, userId) {
console.log(arguments)
let nolog = noLogips.some((x) => {
return x.includes(ip)
})