Skip to content

Commit

Permalink
GML-1660 remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Lu Zhou authored and Lu Zhou committed Jun 12, 2024
1 parent 3403e3c commit f5ec141
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_jwtAuth.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ def setUpClass(cls):


def test_jwtauth(self):
print (self.conn.authHeader)
dbversion = self.conn.getVer()
print (f"dbversion from init conn: {dbversion}")

if "3.9" in str(dbversion):
self._test_jwtauth_3_9()
Expand Down

0 comments on commit f5ec141

Please sign in to comment.