Fix: Remove debugstack print spam from QuestieDB.GetQuest

This commit is contained in:
Xurkon
2026-03-29 05:58:23 -05:00
parent b685bdf0f7
commit 5edb8ddcf8
-1
View File
@@ -1279,7 +1279,6 @@ function QuestieDB.GetQuest(questId, ...) -- /dump QuestieDB.GetQuest(867)
if questId == 0 then if questId == 0 then
Questie:Error("[QuestieDB.GetQuest] rawdata is nil for questID:", questId) Questie:Error("[QuestieDB.GetQuest] rawdata is nil for questID:", questId)
end end
print(debugstack())
return nil return nil
end end
-- Build a minimal live-fallback quest from the quest log so the tracker still works -- Build a minimal live-fallback quest from the quest log so the tracker still works