File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -62,25 +62,6 @@ def validate_file_key(file_key: str) -> tuple[str, str]:
6262
6363 valid_vaccine_types = get_valid_vaccine_types_from_cache ()
6464
65- # debug the check values
66- print ("SAW ----------- DEBUG -------------" )
67- print (f"vaccine_type: { vaccine_type } " )
68- print (f"vaccination: { vaccination } " )
69- print (f"version: { version } " )
70- print (f"ods_code: { ods_code } " )
71- print (f"timestamp: { timestamp } " )
72- print (f"extension: { extension } " )
73- print (f"supplier: { supplier } " )
74- print (f"valid_vaccine_types: { valid_vaccine_types } " )
75-
76- print (f"vaccine_type in valid_vaccine_types: { vaccine_type in valid_vaccine_types } " )
77- print (f"vaccination == 'VACCINATIONS': { vaccination == 'VACCINATIONS' } " )
78- print (f"version in VALID_VERSIONS: { version in VALID_VERSIONS } " )
79- print (f"supplier: { supplier } " )
80- print (f"is_valid_datetime(timestamp): { is_valid_datetime (timestamp )} " )
81- print (f"extension check: { (extension == 'CSV' ) or (extension == 'DAT' )} " )
82- print ("SAW ----------- END DEBUG -------------" )
83-
8465 # Validate each file key element
8566 if not (
8667 vaccine_type in valid_vaccine_types
You can’t perform that action at this time.
0 commit comments