Skip to content

Commit b8534e2

Browse files
committed
Tidy - remove thread count in synth log
1 parent ffd5a9a commit b8534e2

File tree

1 file changed

+1
-1
lines changed
  • app/server/ruby/lib/sonicpi/lang

1 file changed

+1
-1
lines changed

app/server/ruby/lib/sonicpi/lang/sound.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3564,7 +3564,7 @@ def trigger_inst(synth_name, args_h, info=nil, group=current_group)
35643564

35653565

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

35703570
add_arg_slide_times!(processed_args, info) if info

0 commit comments

Comments
 (0)