From 3687bca1aac5c6a47d90dc0962a6d45cc71ab737 Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Thu, 8 Sep 2022 20:16:16 -0500 Subject: [PATCH] Remove stray debug print --- tools/alys_converter.cr | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/alys_converter.cr b/tools/alys_converter.cr index b3d16be..e416d55 100644 --- a/tools/alys_converter.cr +++ b/tools/alys_converter.cr @@ -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 -- 2.45.2