Remove Debug
This commit is contained in:
parent
d5fb040151
commit
c234fc3919
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -269,7 +269,6 @@ async function pageUpdate() {
|
|||
}
|
||||
|
||||
function smch() {
|
||||
console.log(activity.name, get_img_url(activity, "small_image"))
|
||||
if (get_img_url(activity, "small_image")) {
|
||||
return `<img class="smallimg" src="${get_img(activity, "small_image")}" title="${activity.assets.small_text}">`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue