Skip to content

Commit

Permalink
πŸ”‡ Remove log.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toly committed Feb 28, 2025
1 parent 06818e5 commit db726af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@ router.post("/deepseek", async function (req, res, next) {
router.post("/baidu", async function (req, res, next) {
const { content } = req.body;
const q = content || "answer your question";
console.log(q);
const from = "en";
const to = "zh";
const appId = "20250227002286409";
const appSecret = "uC67gjcY8GPMCAxLludx";
const salt = "stylish-reader";
Expand Down

0 comments on commit db726af

Please sign in to comment.