1
0
Fork 0

Removed some more debug prints that I missed

This commit is contained in:
pigmonkey 2011-06-03 18:22:59 -04:00
parent 183e59eb71
commit ba42823d63
3 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ function mod:COMBAT_LOG_EVENT_UNFILTERED(_, timestamp, event, _, srcGUID, srcNam
return
end
end
print(format("Warning: %s is not glyphed", spellName))
self:Print(format("Warning: %s is not glyphed", spellName))
end
end
end

View File

@ -29,7 +29,7 @@ local wgStatus = 0
local flagStatus = 0
function mod:OnInitialize()
self:RegisterOptions(options, defaults, function(d) db=d print(d) end)
self:RegisterOptions(options, defaults, function(d) db=d end)
self:RegisterSlashCommand("ArathiPrint", "ab", "arathibasin")
end

View File

@ -38,7 +38,7 @@ local options = {
}
function mod:OnInitialize()
self:RegisterOptions(options, defaults, function(d) db=d print(d, db) end)
self:RegisterOptions(options, defaults, function(d) db=d end)
self:RegisterSlashCommand("RollTally", "rt", "rolltally")
self:RegisterSlashCommand("FindPhones", "phone")
self:RegisterSlashCommand("ActiveTally", "at", "activetally")