Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
vpnu committed Jan 24, 2025
1 parent 98bf55e commit 8d42a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hutch_bunny/core/query_solvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,6 @@ def solve_distribution(
solver = _get_distribution_solver(db_manager, query)
try:
res, count = solver.solve_query()
print(res)
# Convert file data to base64
res_b64_bytes = base64.b64encode(res.encode("utf-8")) # bytes
size = len(res_b64_bytes) / 1000 # length of file data in KB
Expand Down

0 comments on commit 8d42a8d

Please sign in to comment.