Skip to content

Commit

Permalink
Merge pull request #201 from shorepine/remove_debug
Browse files Browse the repository at this point in the history
src/amy.c: Remove debug fprintf included by error.
  • Loading branch information
dpwe authored Aug 31, 2024
2 parents 3f08c9f + d9d4fe0 commit 13da5eb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/amy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1588,8 +1588,6 @@ int parse_breakpoint(struct synthinfo * e, char* message, uint8_t which_bpset) {
// Read all the values as floats.
int num_vals = parse_float_list_message(message, vals, 2 * MAX_BREAKPOINTS,
AMY_UNSET_VALUE(vals[0]));
for (int i = 0; i < 2 * MAX_BREAKPOINTS; ++i)
fprintf(stderr, "bpset %d val %d = %f\n", which_bpset, i, vals[i]);
// Distribute out to times and vals, casting times to ints.
for (int i = 0; i < num_vals; ++i) {
if ((i % 2) == 0)
Expand Down

0 comments on commit 13da5eb

Please sign in to comment.