diff options
-rwxr-xr-x | setuptools/command/upload.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/command/upload.py b/setuptools/command/upload.py index 93da7a39..dde4decd 100755 --- a/setuptools/command/upload.py +++ b/setuptools/command/upload.py @@ -158,7 +158,6 @@ class upload(Command): raise AssertionError("unsupported schema " + schema) data = '' - loglevel = log.INFO try: http.connect() http.putrequest("POST", url) |