From 28fb1ce2ae5f215b759c5309f0da7644875165ac Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 20 Dec 2017 21:39:17 -0500 Subject: [PATCH] Removes unnecessary logging. --- Storage/Tape/Formats/TZX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Storage/Tape/Formats/TZX.cpp b/Storage/Tape/Formats/TZX.cpp index 047124597..4c47c6082 100644 --- a/Storage/Tape/Formats/TZX.cpp +++ b/Storage/Tape/Formats/TZX.cpp @@ -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;