Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 3, 2021
1 parent 3694881 commit 256cd2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mp_api/core/resource.py
Expand Up @@ -392,8 +392,6 @@ async def search(**queries: STORE_PARAMS):
if model_name == "TaskDoc":
query["criteria"].update({"sbxn": "core"})

print(query)

data = list(self.store.query(**query)) # type: ignore
operator_metas = [
operator.meta(self.store, query.get("criteria", {}))
Expand Down

0 comments on commit 256cd2e

Please sign in to comment.