未验证 提交 068cf108 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2228 from taosdata/feature/pyconn

Feature/pyconn remove unnecessary print info in python conncector
...@@ -226,8 +226,8 @@ class CTaosInterface(object): ...@@ -226,8 +226,8 @@ class CTaosInterface(object):
if connection.value == None: if connection.value == None:
print('connect to TDengine failed') print('connect to TDengine failed')
# sys.exit(1) # sys.exit(1)
else: #else:
print('connect to TDengine success') # print('connect to TDengine success')
return connection return connection
...@@ -236,7 +236,7 @@ class CTaosInterface(object): ...@@ -236,7 +236,7 @@ class CTaosInterface(object):
'''Close the TDengine handle '''Close the TDengine handle
''' '''
CTaosInterface.libtaos.taos_close(connection) CTaosInterface.libtaos.taos_close(connection)
print('connection is closed') #print('connection is closed')
@staticmethod @staticmethod
def query(connection, sql): def query(connection, sql):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册