Skip to content

Commit

Permalink
remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Jan 11, 2025
1 parent 6cdf609 commit 0b6fe90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ElvUI/Core/Modules/Nameplates/Nameplates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ function NP:EnviromentConditionals()
end

-- Handle enemy nameplates if enemy combat toggle is not set
print(env.enemyEnabled, db.showEnemyCombat, value, env.enemy[value])
if env.enemyEnabled and db.showEnemyCombat == 'DISABLED' then
NP:ToggleCVar('nameplateShowEnemies', env.enemy[value])
end
Expand Down

0 comments on commit 0b6fe90

Please sign in to comment.