mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Removed a console.log
This commit is contained in:
@@ -210,8 +210,6 @@ function Load () {
|
||||
}
|
||||
|
||||
function LogStat (url, ip, hostname, userId) {
|
||||
console.log(arguments)
|
||||
|
||||
let nolog = noLogips.some((x) => {
|
||||
return x.includes(ip)
|
||||
})
|
||||
|
Reference in New Issue
Block a user