Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Dec 14, 2024
1 parent 966d1aa commit a3f0278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/tours.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ const listWrapper = async (req, res) => {
MOD(t.id, CAST(EXTRACT(DAY FROM CURRENT_DATE) AS INTEGER)) ASC
LIMIT 9 OFFSET ${9 * (page - 1)};`;

console.log("new_search_sql: ", new_search_sql)
// console.log("new_search_sql: ", new_search_sql)

let result_sql = null;
let result = [];
Expand Down

0 comments on commit a3f0278

Please sign in to comment.