Skip to content

Commit

Permalink
remove erroneous print
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 27, 2024
1 parent 699f7e8 commit fe9ff64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sim/shaman/item_sets_pve_phase_4.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package shaman

import (
"fmt"
"time"

"github.com/wowsims/sod/sim/core"
Expand Down Expand Up @@ -258,7 +257,6 @@ func (shaman *Shaman) applyT1Tank4PBonus() {
Label: label,
OnSpellHitTaken: func(aura *core.Aura, sim *core.Simulation, spell *core.Spell, result *core.SpellResult) {
if result.DidParry() || result.DidDodge() {
fmt.Println("good")
shaman.ShieldMasteryAura.Activate(sim)
shaman.ShieldMasteryAura.AddStack(sim)
}
Expand Down

0 comments on commit fe9ff64

Please sign in to comment.