Skip to content

Commit

Permalink
[Timerunning] Remove unneeded debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeldur committed May 6, 2024
1 parent 661090a commit ecc5f9c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/player/unique_gear_dragonflight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10828,8 +10828,6 @@ struct windweaver_buff_t : stat_buff_t
e.driver()->effectN( 1 ).trigger() )
{
add_stat_from_effect( 1, e.driver()->effectN( 1 ).average( e.item ) );

sim->print_debug( "windweavertest buff {} weapon ilvl {}", number, e.item->item_level() );
}
};

Expand Down

0 comments on commit ecc5f9c

Please sign in to comment.