From 404c596e6577fd0236512c8a884d5d332ba469c5 Mon Sep 17 00:00:00 2001 From: CiscOH Bellic Date: Sat, 17 Aug 2024 22:40:12 -0400 Subject: [PATCH] Remove unnecessary log statement in Bastion.Bootstrap() function. --- src/_bastion.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_bastion.lua b/src/_bastion.lua index c0065be..342ed24 100644 --- a/src/_bastion.lua +++ b/src/_bastion.lua @@ -281,7 +281,6 @@ function Bastion.Bootstrap() for _, i in pairs{GetProfessions()} do local skillLineInfo = C_SpellBook.GetSpellBookSkillLineInfo(i) local offset, numSlots = skillLineInfo.itemIndexOffset, skillLineInfo.numSpellBookItems - Bastion.Globals.Log:Log(59, { offset = offset, numSlots = numSlots}, logCat) local name, subName = C_SpellBook.GetSpellBookItemName(j, Enum.SpellBookSpellBank.Player) local spellID = select(2,C_SpellBook.GetSpellBookItemType(j, Enum.SpellBookSpellBank.Player)) if spellID then