mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-23 20:29:42 +00:00
Removes unnecessary logging.
This commit is contained in:
parent
b9b107ee85
commit
28fb1ce2ae
@ -53,7 +53,6 @@ void TZX::get_next_pulses() {
|
||||
return;
|
||||
}
|
||||
|
||||
printf("TZX %02x\n", chunk_id);
|
||||
switch(chunk_id) {
|
||||
case 0x10: get_standard_speed_data_block(); break;
|
||||
case 0x11: get_turbo_speed_data_block(); break;
|
||||
|
Loading…
Reference in New Issue
Block a user