Skip to content

Commit

Permalink
Debug removed
Browse files Browse the repository at this point in the history
  • Loading branch information
alar77 committed Jul 20, 2016
1 parent 9fdd0a3 commit 17aa7a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BuildingPage.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function module:AddFollowerToPlot(plot)
return frame:Hide()
end
if plot.followerTooltip then
pp(plot.plotID)
local followerName, level, quality, followerID, garrFollowerID, status, portraitIconID = G.GetFollowerInfoForBuilding(plot.plotID)
if followerName then
if (level == GARRISON_FOLLOWER_MAX_LEVEL) then
Expand All @@ -72,8 +71,6 @@ function module:AddFollowerToPlot(plot)
info.displayID=portraitIconID
info.followerTypeID=_G.LE_FOLLOWER_TYPE_GARRISON_6_0
GMF:SetFollowerPortrait(frame.PortraitFrame, info, false)


frame.PortraitFrame.Empty:Hide()
del(info)
else
Expand Down

0 comments on commit 17aa7a4

Please sign in to comment.