Removed print

pull/167/head
chrisr3d 2018-03-02 09:09:12 +01:00
parent 8d345d8cf5
commit c9ef578262
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ def parse_data(data):
l = line.split('#')[0].strip() if '#' in line else line.strip()
if l:
return_data.append(l)
print(len(return_data))
return return_data
def findDelimiter(header, data):