Stop print spam from debug line

This commit is contained in:
bingus_violet 2024-08-19 01:57:28 -05:00
parent 9dd6024d91
commit 879203beaf

View file

@ -297,7 +297,6 @@ function converter(html, dynamic = true) {
"SOCIALS": () => {
if (api.lanyard.socials) {
var socials = api.lanyard.socials
console.log(socials)
var html = ""
var socialsTable = Object.keys(socials)
for (var i = 0; i < socialsTable.length; i++) {