Skip to content

Commit

Permalink
fix(getToken): remove unnessecary print
Browse files Browse the repository at this point in the history
  • Loading branch information
parkererickson-tg committed Dec 7, 2023
1 parent 60a6f21 commit e5c9842
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyTigerGraph/pyTigerGraphAuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ def getToken(self, secret: str = None, setToken: bool = True, lifetime: int = No


if not res.get("error"):
print(res)
if setToken:
self.apiToken = res["token"]
self.authHeader = {'Authorization': "Bearer " + self.apiToken}
Expand Down

0 comments on commit e5c9842

Please sign in to comment.