Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Comment out printf during run
  • Loading branch information
falkTX committed Jul 17, 2016
1 parent 2428159 commit e001761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drmr.c
Expand Up @@ -352,7 +352,7 @@ static void run(LV2_Handle instance, uint32_t n_samples) {
build_state_message(drmr);
}
}
else printf("unrecognized event\n");
//else printf("unrecognized event\n");
}

if ((drmr->curReq >= 0) &&
Expand Down

0 comments on commit e001761

Please sign in to comment.