Removing extraneous print used for debugging (#18)

This commit is contained in:
samedder 2017-08-23 16:19:08 -07:00 коммит произвёл GitHub
Родитель 5346e6ceb2
Коммит 64a9b893b8
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -183,7 +183,6 @@ def upload(path, show_progress=False): # pylint: disable=too-many-locals
# Cannot check this response until issue 15 gets fixed,
# successful file uploads result in a 400 error response
sesh.put(url, data=fc_iter)
print('Upload complete')
current_files_count += 1
print_progress(0, os.path.normpath(
os.path.join(rel_path, f)