From b7c7e06062e4234f63f07ede21b03b880cf521c6 Mon Sep 17 00:00:00 2001
From: James D'Alton <jda1g15@soton.ac.uk>
Date: Sat, 23 Nov 2019 15:28:55 +0000
Subject: [PATCH] removed commented code

---
 extractData.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/extractData.py b/extractData.py
index 7d314342..9238f1d8 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
-- 
GitLab