Browse Source

urgh console output removing

Steve L. Nyemba 4 years ago
parent
commit
ce7e3943dd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      healthcareio/healthcare-io.py

+ 0 - 1
healthcareio/healthcare-io.py

@@ -244,7 +244,6 @@ if __name__ == '__main__' :
                 # 
                 try:              
                     content,logs = parse(filename = filename,type=SYS_ARGS['parse'])
-                    print ([filename, len(content)])
                     if content :
                         writer.write(content)
                     if logs :