mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
remove debug output
This commit is contained in:
parent
35b5861195
commit
c95c11e186
1 changed files with 0 additions and 1 deletions
|
|
@ -554,7 +554,6 @@ Parser::realtime_msg(unsigned char inbyte)
|
||||||
|
|
||||||
switch (inbyte) {
|
switch (inbyte) {
|
||||||
case 0xf8:
|
case 0xf8:
|
||||||
std::cerr << "tick\n";
|
|
||||||
timing (*this, _timestamp);
|
timing (*this, _timestamp);
|
||||||
break;
|
break;
|
||||||
case 0xf9:
|
case 0xf9:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue