From 97cdb4bc16ab1c029ccbe02de76ab9bfb1676c97 Mon Sep 17 00:00:00 2001 From: cypress Date: Sat, 6 Jan 2024 15:45:37 -0500 Subject: [PATCH] Remove debug print statement --- qc_hash_generator.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qc_hash_generator.py b/qc_hash_generator.py index 516e645..738bbe2 100644 --- a/qc_hash_generator.py +++ b/qc_hash_generator.py @@ -118,8 +118,6 @@ def create_qc_structfields(csv_data): # length of the unhashed-CRC. struct_fields.append(StructField('crc_strlen', ITYPE_FLOAT)) - print(struct_fields) - def generate_qc_file(csv_data): ''' Calls for population of StructFields and prompts @@ -175,4 +173,4 @@ def main(): generate_qc_file(csv_data) if __name__ == '__main__': - main() \ No newline at end of file + main()