removed debug print
diff --git a/httplib2/__init__.py b/httplib2/__init__.py
index 3b544a6..8565893 100644
--- a/httplib2/__init__.py
+++ b/httplib2/__init__.py
@@ -462,8 +462,6 @@
         lines = content.split('\n')
         d = dict([tuple(line.split("=")) for line in lines if line])
         self.Auth = d['Auth']
-        print self.Auth
-
 
     def request(self, method, request_uri, headers, content):
         """Modify the request headers to add the appropriate