Quantcast

Removed debug statements from prior commit...

urnati [05-18-19 - 15:14]
Removed debug statements from prior commit...
Filename
Titan/TitanMovable.lua
diff --git a/Titan/TitanMovable.lua b/Titan/TitanMovable.lua
index 2259082..8191d8f 100755
--- a/Titan/TitanMovable.lua
+++ b/Titan/TitanMovable.lua
@@ -624,7 +624,7 @@ TitanDebug ("MData ExtraActionBarFrame :"
 		addonAdj = false, },
 --]]
 }
-xxyydata = MData
+
 --[[ Titan
 NAME: TitanMovable_AdjustTimer
 DESC: Cancel then add the given timer. The timer must be in TitanTimers.
@@ -687,10 +687,8 @@ local function TitanMovableFrame_MoveFrames(force)
 		for i = 1,#MData,1 do
 			if MData[i] then
 				if MData[i].addonAdj then
-if i == 11 then str = "addonAdj = T" end
 					-- An addon has taken control of the frame so skip
 				else
-if i == 11 then str = "addonAdj = F" end
 					-- Adjust the frame per MData
 					MData[i].move(force)
 --[[
@@ -708,9 +706,8 @@ if i == 11 then str = "addonAdj = F" end
 		end
 --[
 --]]
-if str ~= "" then TitanDebug (str) end
---		Titan_FCF_UpdateDockPosition(); -- chat
---		UpdateContainerFrameAnchors(); -- Move bags as needed
+		Titan_FCF_UpdateDockPosition(); -- chat
+		UpdateContainerFrameAnchors(); -- Move bags as needed
 	else
 		-- nothing to do
 	end