diff --git a/tests/system-test/0-others/user_control.py b/tests/system-test/0-others/user_control.py index 5fda983bd3b6c06b2ba886e686d14780ead5404f..eac0e6947e7f52d039ea30ab63e9ec2b6b92a93a 100644 --- a/tests/system-test/0-others/user_control.py +++ b/tests/system-test/0-others/user_control.py @@ -177,11 +177,6 @@ class TDTestCase: tdLog.printNoPrefix("end,", login_except) - # with taos_connect(user=user, passwd=passwd) as conn: - # cursor = conn.cursor() - # if not cursor: - # login_except = True - return login_except, cursor def login_currrent(self, user, passwd):