Remove debug print statement

This commit is contained in:
cypress 2024-01-06 15:45:37 -05:00 committed by GitHub
parent 92c38a2a4f
commit 97cdb4bc16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()
main()