Skip to content

Commit

Permalink
chore(api): remove useless debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Vergez committed Nov 8, 2023
1 parent d419141 commit 9c74f27
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions backend/geonature/core/gn_synthese/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,14 +464,6 @@ def get_observations_for_web(permissions):
)
query = select([obs_query.c.geojson, grouped_properties]).group_by(obs_query.c.geojson)

from sqlalchemy.dialects import postgresql

print(
str(
query.compile(dialect=postgresql.dialect(), compile_kwargs={"literal_binds": True})
).replace("\n", "")
)

results = DB.session.execute(query)

# Build final GeoJson
Expand Down

0 comments on commit 9c74f27

Please sign in to comment.