Remove debug line

This commit is contained in:
bingus_violet 2024-06-19 13:13:17 -05:00
parent c90ebd23b0
commit 04bc4e0c3e

View file

@ -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]