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:
parent
919e3db04c
commit
59a9338871
1 changed files with 0 additions and 2 deletions
|
@ -210,8 +210,6 @@ function Load () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function LogStat (url, ip, hostname, userId) {
|
function LogStat (url, ip, hostname, userId) {
|
||||||
console.log(arguments)
|
|
||||||
|
|
||||||
let nolog = noLogips.some((x) => {
|
let nolog = noLogips.some((x) => {
|
||||||
return x.includes(ip)
|
return x.includes(ip)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue