Removed a console.log

This commit is contained in:
MrFry 2020-04-26 14:45:30 +02:00
parent 919e3db04c
commit 59a9338871

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)
})