~refi64/alys

3687bca1aac5c6a47d90dc0962a6d45cc71ab737 — Ryan Gonzalez 2 years ago d69c316 v0.1.0
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