Fix Flake8 errors
[integration/test.git] / csit / libraries / AuthStandalone.py
index 2435423bcecc7317974369fd6c39a4c3436f8ab5..1ba99c1f176b004aa2e47072881c547a2e8ab339 100644 (file)
@@ -152,7 +152,6 @@ class _TokenReusingSession(object):
             raise RuntimeError("Parse failed: " + resp.text)
         self.token = token
         # TODO: Use logging so that callers could see token refreshes.
-        # print "DEBUG: token:", token
         # We keep self.session to use for the following restconf requests.
 
     def oneshot_method(self, method, uri, **kwargs):
@@ -200,7 +199,6 @@ class _TokenClosingSession(object):
             raise RuntimeError("Parse failed: " + resp.text)
         self.token = token
         # TODO: Use logging so that callers could see token refreshes.
-        # print "DEBUG: token:", token
         # We keep self.session to use for the following restconf requests.
 
     def oneshot_method(self, method, uri, **kwargs):