Remove more testmode mentions

This commit is contained in:
kssenii 2022-04-05 12:17:34 +02:00
parent f408c86a13
commit 4bfac4ec99
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ class Client:
command = self.command[:]
if stdin is None:
command += ["--multiquery", "--testmode"]
command += ["--multiquery"]
stdin = sql
else:
command += ["--query", sql]

File diff suppressed because one or more lines are too long