From 94887b9db72ff1abb3e01fc780abe8c2fbaa0e99 Mon Sep 17 00:00:00 2001 From: Tercio Jose Date: Wed, 17 Mar 2021 19:58:05 -0300 Subject: [PATCH] Remove debug prints --- startup.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/startup.lua b/startup.lua index fb304274..739f5dd3 100644 --- a/startup.lua +++ b/startup.lua @@ -522,7 +522,6 @@ function Details:StartMeUp() --I'll never stop! local torghastTracker = CreateFrame("frame") torghastTracker:RegisterEvent("JAILERS_TOWER_LEVEL_UPDATE") torghastTracker:SetScript("OnEvent", function(self, event, level, towerType) - print(self, event, level, towerType) if (level == 1) then if (Details.overall_clear_newtorghast) then Details.historico:resetar_overall()