Quantcast

Remove debug

Repooc [07-27-14 - 07:08]
Remove debug

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/modules/vehicle.lua
diff --git a/ElvUI_SLE/modules/vehicle.lua b/ElvUI_SLE/modules/vehicle.lua
index 779bea4..61097e9 100644
--- a/ElvUI_SLE/modules/vehicle.lua
+++ b/ElvUI_SLE/modules/vehicle.lua
@@ -83,7 +83,6 @@ function EVB:Initialize()

 	hooksecurefunc(AB, "PositionAndSizeBar", function(self, barName)
 		local bar = self["handledBars"][barName]
-		print(barName)
 		if (self.db[barName].enabled) and (barName == "bar1") then
 			UnregisterStateDriver(bar, 'visibility');
 			RegisterStateDriver(bar, 'visibility', visibility..self.db[barName].visibility);