From 0b6fe90eee97ae7e6e21e6f6179ea289e6d78221 Mon Sep 17 00:00:00 2001 From: Simpy Date: Sat, 11 Jan 2025 03:23:37 -0500 Subject: [PATCH] remove debug line --- ElvUI/Core/Modules/Nameplates/Nameplates.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/ElvUI/Core/Modules/Nameplates/Nameplates.lua b/ElvUI/Core/Modules/Nameplates/Nameplates.lua index 962f141025..ec00c0e91b 100644 --- a/ElvUI/Core/Modules/Nameplates/Nameplates.lua +++ b/ElvUI/Core/Modules/Nameplates/Nameplates.lua @@ -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