Stop print spam from debug line
This commit is contained in:
parent
9dd6024d91
commit
879203beaf
1 changed files with 0 additions and 1 deletions
|
@ -297,7 +297,6 @@ function converter(html, dynamic = true) {
|
||||||
"SOCIALS": () => {
|
"SOCIALS": () => {
|
||||||
if (api.lanyard.socials) {
|
if (api.lanyard.socials) {
|
||||||
var socials = api.lanyard.socials
|
var socials = api.lanyard.socials
|
||||||
console.log(socials)
|
|
||||||
var html = ""
|
var html = ""
|
||||||
var socialsTable = Object.keys(socials)
|
var socialsTable = Object.keys(socials)
|
||||||
for (var i = 0; i < socialsTable.length; i++) {
|
for (var i = 0; i < socialsTable.length; i++) {
|
||||||
|
|
Loading…
Reference in a new issue