mirror of https://gitlab.com/pamhyr/pamhyr2
Config: Fix useless print.
parent
4d8277c5c2
commit
62860750f2
|
|
@ -168,11 +168,6 @@ class Config(SQL):
|
|||
map(lambda t: f"'{t}'", solver_type_list)
|
||||
)
|
||||
|
||||
print(
|
||||
"SELECT * FROM solver " +
|
||||
f"WHERE type IN ({compatible_types})"
|
||||
)
|
||||
|
||||
solvers = self.execute(
|
||||
"SELECT * FROM solver " +
|
||||
f"WHERE type IN ({compatible_types})",
|
||||
|
|
|
|||
Loading…
Reference in New Issue