From 460e3c7a58a3d52f8ca8005d932e1b62a9bce072 Mon Sep 17 00:00:00 2001 From: cpwu Date: Fri, 20 May 2022 20:04:52 +0800 Subject: [PATCH] fix case --- tests/system-test/0-others/fsync.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system-test/0-others/fsync.py b/tests/system-test/0-others/fsync.py index 084e3854a6..d70d71b7f1 100644 --- a/tests/system-test/0-others/fsync.py +++ b/tests/system-test/0-others/fsync.py @@ -42,7 +42,6 @@ class TDTestCase: wal_index = 0 fsync_index = 0 tdSql.query("show databases") - print(tdSql.cursor.description) for i in range(tdSql.queryCols): if tdSql.cursor.description[i][0] == "wal": wal_index = i