Skip to content

Commit

Permalink
remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nnoggie committed Oct 5, 2024
1 parent 35a3643 commit ec3bdb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions MythicDungeonTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2412,8 +2412,6 @@ function MDT:EnsureDBTables()
end
--ensure that there exists a map for the current sublevel
local sublevel = MDT:GetCurrentSubLevel()
vdt(MDT:GetDB())
vdt(db.currentDungeonIdx)
if not MDT.dungeonMaps[db.currentDungeonIdx][sublevel] then
db.presets[db.currentDungeonIdx][db.currentPreset[db.currentDungeonIdx]].value.currentSublevel = 1
end
Expand Down

0 comments on commit ec3bdb8

Please sign in to comment.