Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
catalin-oancea committed Nov 6, 2024
1 parent c7453da commit 17c05f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/modules/projects/projects-map.repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class ProjectsMapRepository extends Repository<Project> {
'filtered_projects.country_code = country.code',
);

console.log('>>>>>>>>>>>>>', geoQueryBuilder.getSql());
const { geojson } = await geoQueryBuilder.getRawOne<{
geojson: ProjectMap;
}>();
Expand Down

0 comments on commit 17c05f3

Please sign in to comment.