Quantcast

spam removed

Alex Shubert [12-02-12 - 16:39]
spam removed
Filename
QuestLevel.lua
diff --git a/QuestLevel.lua b/QuestLevel.lua
index 793668f..989dce1 100644
--- a/QuestLevel.lua
+++ b/QuestLevel.lua
@@ -57,7 +57,7 @@ function AutoTurnIn:ShowQuestLevelInWatchFrame()
 					local questTypeIndex = GetQuestLogQuestType(questIndex)
 					tagString = AutoTurnIn.QuestTypesIndex[questTypeIndex]
 					if (not tagString) then
-						AutoTurnIn:Print("Please, inform addon author unknown QT for: " ..title)
+						--AutoTurnIn:Print("Please, inform addon author unknown QT for: " ..title)
 						tagString = ""
 					end
 					textLine.text:SetText(AutoTurnIn.WatchFrameLevelFormat:format(level, tagString, isDaily and "\*" or "", title))