Skip to content

Commit a2b7d26

Browse files
committed
Removed debug print
1 parent 749d50c commit a2b7d26

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Core.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ function PPF_Core:OnEnable()
2121
PPF_P4:Hide()
2222
PPF_P4Button:Hide()
2323
elseif IsInParty() or (inInstance and instanceType == 'arena') and not IsInRaid() then
24-
print("hello")
2524
if UnitExists("pet") then
2625
local anchor = _G["CompactPartyFrameMember" .. GetNumGroupMembers()]
2726
PPF_Pet:SetPoint("LEFT", anchor, "LEFT", PPF_DB.positionx, PPF_DB.positiony)

PartyPetsFix.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Interface: 100002
22
## Author: muleyo
3-
## Version: 1.0.2
3+
## Version: 1.0.3
44
## Title: |cff009cffPartyPets Fix|r
55
## Notes: Makes Raid-Style Partyframe Pets visible again
66
## SavedVariables: PPFDB

0 commit comments

Comments
 (0)