Skip to content

Commit

Permalink
注释log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bistutu committed Apr 13, 2024
1 parent a14a7a6 commit f365da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoints/main/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ export function translate(config: Config, node: any) {
// 格式化 html 翻译结果
text = beautyHTML(text)

console.log("翻译前的句子:", origin);
console.log("翻译后的句子:", text);
// console.log("翻译前的句子:", origin);
// console.log("翻译后的句子:", text);

if (!text || origin === text) return;

Expand Down

0 comments on commit f365da6

Please sign in to comment.