1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Removes unnecessary logging.

This commit is contained in:
Thomas Harte 2017-12-20 21:39:17 -05:00
parent b9b107ee85
commit 28fb1ce2ae

View File

@ -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;