From 5edb8ddcf816bfe62ac67fc718d598ad29825aa6 Mon Sep 17 00:00:00 2001 From: Xurkon Date: Sun, 29 Mar 2026 05:58:23 -0500 Subject: [PATCH] Fix: Remove debugstack print spam from QuestieDB.GetQuest --- Database/QuestieDB.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/Database/QuestieDB.lua b/Database/QuestieDB.lua index f312817..fb773bc 100644 --- a/Database/QuestieDB.lua +++ b/Database/QuestieDB.lua @@ -1279,7 +1279,6 @@ function QuestieDB.GetQuest(questId, ...) -- /dump QuestieDB.GetQuest(867) if questId == 0 then Questie:Error("[QuestieDB.GetQuest] rawdata is nil for questID:", questId) end - print(debugstack()) return nil end -- Build a minimal live-fallback quest from the quest log so the tracker still works