removed debug prints
This commit is contained in:
+2
-6
@@ -1980,7 +1980,7 @@ function Details.Database.StoreEncounter(combat)
|
||||
dps_best_raid = 0,
|
||||
dps_best_raid_when = 0
|
||||
}
|
||||
print(4)
|
||||
|
||||
---@type details_bosskillinfo
|
||||
local bossData = totalkillsTable[encounterId][diffName]
|
||||
---@type combattime
|
||||
@@ -2017,7 +2017,7 @@ function Details.Database.StoreEncounter(combat)
|
||||
bossData.dps_best_raid_when = time()
|
||||
end
|
||||
end
|
||||
print(5, diffName)
|
||||
|
||||
--check for heroic and mythic
|
||||
if (Details222.storage.IsDebug or Details222.storage.DiffNamesHash[diffName]) then
|
||||
--check the guild name
|
||||
@@ -2066,8 +2066,6 @@ function Details.Database.StoreEncounter(combat)
|
||||
local damageContainer = combat:GetContainer(DETAILS_ATTRIBUTE_DAMAGE)
|
||||
local healingContainer = combat:GetContainer(DETAILS_ATTRIBUTE_HEAL)
|
||||
|
||||
print(6, diffName)
|
||||
|
||||
for i = 1, GetNumGroupMembers() do
|
||||
local role = UnitGroupRolesAssigned(cachedRaidUnitIds[i])
|
||||
|
||||
@@ -2109,8 +2107,6 @@ function Details.Database.StoreEncounter(combat)
|
||||
end
|
||||
end
|
||||
|
||||
print(7, diffName)
|
||||
|
||||
--add the encounter data
|
||||
tinsert(allEncountersStored, combatResultData)
|
||||
if (Details.debug) then
|
||||
|
||||
Reference in New Issue
Block a user