remove logging

This commit is contained in:
jane 2022-04-23 23:20:03 -04:00
parent 4a0db151d4
commit d0acb97e36
5 changed files with 8 additions and 10 deletions

View file

@ -73,9 +73,7 @@ async function main() {
const community_item_type = border.community_item_type;
const filename_large = border.community_item_data.item_image_large;
if (filename_large == "c05c0155855b74c28e0f6e9417d4afa3c99d76ef.png") {
console.log(border);
}
const filename_small = border.community_item_data.item_image_small;
const appInfo = await getAppInfo(appid);