Skip to content

Commit

Permalink
Tidy - remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 16, 2024
1 parent b8534e2 commit e016abe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/server/ruby/lib/sonicpi/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ def trigger_synth(position, group, synth_name, args_h, info=nil, now=false, t_mi
normalised_args << k << v.to_f
end

lg "server trg synth args: #{args_h.inspect}"

if now
osc @osc_path_s_new, s_name, node_id, pos_code, group_id, *normalised_args
else
Expand Down

0 comments on commit e016abe

Please sign in to comment.