Removed unsued print functoins

This commit is contained in:
2017-12-16 18:16:05 +01:00
parent e6d2180bbf
commit cdadf79f30

View File

@@ -43,10 +43,8 @@ def getColor(value):
def uploadToDropbox(progress):
dbx = dropbox.Dropbox(os.environ.get('DROPBOX_ACCESS_TOKEN'))
print(dbx.users_get_current_account())
response = dbx.files_upload(getPicture(), '/knowit/progress.svg', mode=WriteMode('overwrite', None))
print('response:', response)
def main():
failures, total = get_xml_test_results()