diff --git a/extractData.py b/extractData.py index 7d3143423172b645e358750c16acfeb582c42e24..9238f1d8bd65bf7851742b74cf44811e0b3934b4 100644 --- a/extractData.py +++ b/extractData.py @@ -16,6 +16,3 @@ with open('temp/test.csv') as compliance_data: tableData[row[0]] = row[1] line_count += 1 print(f'Done: Processed {line_count} lines.') - -# for dataType in tableData: - # print(f'{dataType}\t{tableData.get(dataType)}') \ No newline at end of file