diff --git a/nier-reincarnation/weapon-stories/index.mjs b/nier-reincarnation/weapon-stories/index.mjs index 80300bb..3e203cd 100644 --- a/nier-reincarnation/weapon-stories/index.mjs +++ b/nier-reincarnation/weapon-stories/index.mjs @@ -15,8 +15,6 @@ try { process.exit(1); } -weapons = weapons.slice(0, 1); - console.log(`${weapons.length} weapons fetched from "${NIERREIN_GUIDE_API_URL}/weapons"`) if (weapons.length === 0) {