diff --git a/swiftclient/client.py b/swiftclient/client.py
index e2f30f52..1436bb75 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -1195,7 +1195,6 @@ def put_object(url, token=None, container=None, name=None, contents=None,
 
     resp = conn.getresponse()
     body = resp.read()
-    headers = {'X-Auth-Token': token}
     http_log(('%s%s' % (url.replace(parsed.path, ''), path), 'PUT',),
              {'headers': headers}, resp, body)