Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicKevinFerm committed Mar 9, 2024
1 parent 9f17a58 commit d6f3fbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sim/core/spell.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ func (unit *Unit) RegisterSpell(config SpellConfig) *Spell {
var emptyCast Cast

if spell.DefaultCast == emptyCast && spell.Cost != nil {
println(spell.DefaultCast.Cost)

panic("Empty DefaultCast with a cost for spell " + config.ActionID.String())
}

Expand Down

0 comments on commit d6f3fbb

Please sign in to comment.