Skip to content

Commit

Permalink
Fixing favorite toggle tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tu2463 committed Oct 10, 2024
1 parent 040e320 commit 83f5a00
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/routes/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ helpers.setupApiRoute = function (...args) {
let middlewares = args.length > 4 ? args[args.length - 2] : [];
const controller = args[args.length - 1];

console.log("args: ", args);
console.log(`Setting up API route: ${verb.toUpperCase()} ${name}`);
console.log(`Controller: ${controller}`);
console.log(`Middlewares: ${middlewares}`);

middlewares = [
middleware.autoLocale,
middleware.applyBlacklist,
Expand Down

0 comments on commit 83f5a00

Please sign in to comment.