Skip to content

Commit

Permalink
fix: remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Mar 26, 2024
1 parent d1d78ad commit 66483fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/qeta-backend/src/database/DatabaseQetaStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export class DatabaseQetaStore implements QetaStore {
);
}

console.log(query.toString());
const totalQuery = query.clone();

if (options.random) {
Expand Down
2 changes: 0 additions & 2 deletions plugins/qeta-backend/src/service/routes/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export const questionsRoutes = (router: Router, options: RouterOptions) => {
return;
}

console.log(request.query.tags);

// Act
const questions = await database.getQuestions(username, request.query);

Expand Down

0 comments on commit 66483fd

Please sign in to comment.