remove debug printfs

This commit is contained in:
Alexandre Ratchov 2011-06-27 11:50:54 +02:00
parent 534383ee5c
commit 736ea055d7
1 changed files with 0 additions and 2 deletions

View File

@ -589,7 +589,6 @@ ctl_dump(struct aproc *p, struct abuf *obuf)
msg[4] = SYSEX_AUCAT_DUMPEND;
msg[5] = SYSEX_END;
ctl_copymsg(obuf, msg, 6);
dbg_puts("end dump\n");
abuf_flush(obuf);
}
@ -1152,7 +1151,6 @@ ctl_ev(struct aproc *p, struct abuf *ibuf)
return;
if (len != SYSEX_SIZE(dumpreq))
return;
dbg_puts("dump request\n");
if (ibuf->duplex)
ctl_dump(p, ibuf->duplex);
break;