diff --git a/tests/system-test/0-others/fsync.py b/tests/system-test/0-others/fsync.py index 084e3854a6a1ace5380f9b709aa71156b0c9a687..d70d71b7f12b234e1d07d87b47cf6262c473b6d7 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