Skip to content

Commit 77fbdc9

Browse files
committed
Debug - remove debug print statement
1 parent d522057 commit 77fbdc9

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,6 @@ def control(*args)
37613761
# TODO: remove this hard coded behaviour
37623762
if notes
37633763
notes = [notes] unless is_list_like?(notes)
3764-
puts "hiii: #{notes}"
37653764
args_h[:notes] = notes.map{|n| normalise_transpose_and_tune_note_from_args(n, args_h)}
37663765
end
37673766
else

0 commit comments

Comments
 (0)