Remove debug line
This commit is contained in:
parent
c90ebd23b0
commit
04bc4e0c3e
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -104,7 +104,6 @@ function socketeer() {
|
|||
} else if (data.op == 0) {
|
||||
lanyardData = data
|
||||
lanyardData.d.socials = JSON.parse(fs.readFileSync(path.join(configPath, "socials.json")))
|
||||
console.log(lanyardData)
|
||||
|
||||
for (let index = 0; index < sockets.length; index++) {
|
||||
var socketData = sockets[index]
|
||||
|
|
Loading…
Reference in a new issue