Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
suzalflueck committed Aug 1, 2024
1 parent a8ff0ab commit 49a10f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/routes/authority-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ async function getAuthority(req, res) {
);
});

console.log(authorityDataResponse.data);
const authorityJSON = {
authorityData: authorityDataResponse.data,
authoritySchools: filteredSchoolsResponse,
Expand Down

0 comments on commit 49a10f2

Please sign in to comment.