remove debug output

This commit is contained in:
Paul Davis 2023-04-23 11:34:28 -06:00
parent 35b5861195
commit c95c11e186
1 changed files with 0 additions and 1 deletions

View File

@ -554,7 +554,6 @@ Parser::realtime_msg(unsigned char inbyte)
switch (inbyte) {
case 0xf8:
std::cerr << "tick\n";
timing (*this, _timestamp);
break;
case 0xf9: