Skip to content

Commit

Permalink
Tidy - remove thread count in synth log
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 15, 2024
1 parent ffd5a9a commit b8534e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/ruby/lib/sonicpi/lang/sound.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3564,7 +3564,7 @@ def trigger_inst(synth_name, args_h, info=nil, group=current_group)


unless __thread_locals.get(:sonic_pi_mod_sound_synth_silent)
__delayed_message "[#{Thread.list.size}] synth #{synth_name.inspect}, #{arg_h_pp(processed_args)}"
__delayed_message "synth #{synth_name.inspect}, #{arg_h_pp(processed_args)}"
end

add_arg_slide_times!(processed_args, info) if info
Expand Down

0 comments on commit b8534e2

Please sign in to comment.