mirror of https://github.com/MISP/misp-modules
Removed print
parent
8d345d8cf5
commit
c9ef578262
|
@ -40,7 +40,6 @@ def parse_data(data):
|
||||||
l = line.split('#')[0].strip() if '#' in line else line.strip()
|
l = line.split('#')[0].strip() if '#' in line else line.strip()
|
||||||
if l:
|
if l:
|
||||||
return_data.append(l)
|
return_data.append(l)
|
||||||
print(len(return_data))
|
|
||||||
return return_data
|
return return_data
|
||||||
|
|
||||||
def findDelimiter(header, data):
|
def findDelimiter(header, data):
|
||||||
|
|
Loading…
Reference in New Issue