Skip to content

Commit

Permalink
drop print
Browse files Browse the repository at this point in the history
  • Loading branch information
d.maximchuk committed Sep 16, 2024
1 parent 10df0cf commit 4dda04e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions featureflags/graph/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ async def root_flags(ctx: dict, options: dict) -> list:
if flag_name:
expr = expr.where(Flag.name.ilike(f"%{flag_name}%"))

print(expr)
print(expr)
print(expr)

return await exec_expression(ctx[GraphContext.DB_ENGINE], expr)


Expand Down

0 comments on commit 4dda04e

Please sign in to comment.