diff --git a/job.go b/job.go index 14b78e1..e34be89 100644 --- a/job.go +++ b/job.go @@ -1851,12 +1851,6 @@ func jobCraftItem(j Job) { } - for code, req := range requiredItems { - ava, _ := availableItems[code] - craft, _ := craftItems[code] - missing, _ := missingItems[code] - } - /* we can finish the job */ out := fmt.Sprintf("Summary for %s\n", item.Names[0]) out = fmt.Sprintf("%s Mana : %d\n", out, totalMana)