aboutsummaryrefslogtreecommitdiff
path: root/src/cleaners/skyblock/inventory.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/cleaners/skyblock/inventory.ts')
-rw-r--r--src/cleaners/skyblock/inventory.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cleaners/skyblock/inventory.ts b/src/cleaners/skyblock/inventory.ts
index d23bbac..890937a 100644
--- a/src/cleaners/skyblock/inventory.ts
+++ b/src/cleaners/skyblock/inventory.ts
@@ -39,7 +39,6 @@ function cleanItem(rawItem): Item {
if (vanillaId === 397) {
const headDataBase64 = itemTag?.SkullOwner?.Properties?.textures?.[0]?.Value
- if (extraAttributes?.id === 'LARGE_MINING_SACK') console.log(headDataBase64)
if (headDataBase64) {
const headData = JSON.parse(base64decode(headDataBase64).toString())
const headDataUrl = headData?.textures?.SKIN?.url