Skip to content

Commit

Permalink
Remove extra console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Jan 16, 2025
1 parent 0aa1020 commit f514cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/Backend/Geodatasets/routes/geodatasets.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function get(reqtype, req, res, next) {
q += t;
}
q += `;`;
console.log(q);

sequelize
.query(q, {
replacements: {
Expand Down

0 comments on commit f514cb5

Please sign in to comment.