Skip to content

Commit

Permalink
remove tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Dec 20, 2017
1 parent 5e030d9 commit 6374540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/csound_prs.lex
Original file line number Diff line number Diff line change
Expand Up @@ -746,8 +746,8 @@ NM [nm]
{SEND} {
if (!PARM->isString) {
int op = yytext[strlen(yytext)-1];
printf("section end %d %c\n%s\n",
PARM->in_repeat_sect, op, PARM->cf->body);
//printf("section end %d %c\n%s\n",
// PARM->in_repeat_sect, op, PARM->cf->body);
if (PARM->in_repeat_sect==1) {
corfile_putc(csound, 's', PARM->cf);
while (1) {
Expand Down

0 comments on commit 6374540

Please sign in to comment.