Commit 62860750 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Config: Fix useless print.

Showing with 0 additions and 5 deletions
+0 -5
...@@ -168,11 +168,6 @@ class Config(SQL): ...@@ -168,11 +168,6 @@ class Config(SQL):
map(lambda t: f"'{t}'", solver_type_list) map(lambda t: f"'{t}'", solver_type_list)
) )
print(
"SELECT * FROM solver " +
f"WHERE type IN ({compatible_types})"
)
solvers = self.execute( solvers = self.execute(
"SELECT * FROM solver " + "SELECT * FROM solver " +
f"WHERE type IN ({compatible_types})", f"WHERE type IN ({compatible_types})",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment