From 355c97e5f4cb71033f17e5d8f280f37ca162d824 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Sun, 23 Oct 2011 03:03:10 +0200 Subject: [PATCH] Removed some debug print statements. --- QueueManager.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/QueueManager.lua b/QueueManager.lua index f6e1838..d946f01 100644 --- a/QueueManager.lua +++ b/QueueManager.lua @@ -123,11 +123,9 @@ function QM:Announce(_, elapsed) if self.Time >= 0.25 then local mode = (select(1, GetLFGMode())) if mode ~= nil then self.LastMode = mode end - print("Last mode set to: " .. tostring(self.LastMode)) if mode == "queued" then Command.ChatManager:SendMessage(("Now queueing for %s, type !cancel to cancel."):format(QM.Current), "PARTY") elseif not mode then - print("LastMode is: " .. tostring(self.LastMode)) local current = "Role check" if self.LastMode ~= "rolecheck" then current = "LFG" end Command.ChatManager:SendMessage(current .. " cancelled.", "PARTY") -- 1.7.9.5