Remove stray debug print
1 files changed, 0 insertions(+), 1 deletions(-) M tools/alys_converter.cr
M tools/alys_converter.cr => tools/alys_converter.cr +0 -1
@@ 188,7 188,6 @@ class EventReader start_time = nil header = RawHeader.from_io @source - puts header.name raise "Bad file format" if String.new(header.name.to_slice) != "ALYS" if header.version != PROTOCOL_VERSION