Skip to content

Commit c6bbeb0

Browse files
committed
removed debug prints
1 parent 6efca5b commit c6bbeb0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

core/gears.lua

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,7 @@ function Details.Database.StoreEncounter(combat)
19601960
dps_best_raid = 0,
19611961
dps_best_raid_when = 0
19621962
}
1963-
print(4)
1963+
19641964
---@type details_bosskillinfo
19651965
local bossData = totalkillsTable[encounterId][diffName]
19661966
---@type combattime
@@ -1997,7 +1997,7 @@ function Details.Database.StoreEncounter(combat)
19971997
bossData.dps_best_raid_when = time()
19981998
end
19991999
end
2000-
print(5, diffName)
2000+
20012001
--check for heroic and mythic
20022002
if (Details222.storage.IsDebug or Details222.storage.DiffNamesHash[diffName]) then
20032003
--check the guild name
@@ -2046,8 +2046,6 @@ function Details.Database.StoreEncounter(combat)
20462046
local damageContainer = combat:GetContainer(DETAILS_ATTRIBUTE_DAMAGE)
20472047
local healingContainer = combat:GetContainer(DETAILS_ATTRIBUTE_HEAL)
20482048

2049-
print(6, diffName)
2050-
20512049
for i = 1, GetNumGroupMembers() do
20522050
local role = UnitGroupRolesAssigned(cachedRaidUnitIds[i])
20532051

@@ -2089,8 +2087,6 @@ function Details.Database.StoreEncounter(combat)
20892087
end
20902088
end
20912089

2092-
print(7, diffName)
2093-
20942090
--add the encounter data
20952091
tinsert(allEncountersStored, combatResultData)
20962092
if (Details.debug) then

0 commit comments

Comments
 (0)