Skip to content

Commit e2daf0a

Browse files
committed
chore: delete comment
1 parent f592d88 commit e2daf0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/contentScript.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ import {
1212
} from "./utils";
1313
// import zenAble from "./zen/zenMode";
1414
import hideFailCases from "./submission/hideFailCases";
15-
import { t as tt, lang } from "./locales";
15+
import { t as tt } from "./locales";
1616
let documentLang = document.documentElement.lang;
1717
const t = (keypath, slotText) => tt(keypath, slotText, documentLang);
18-
// console.log("lang", lang);
19-
// lang = document.documentElement.lang
18+
2019
// WTF! ant message didn't go well with chrome extension?
2120
const message = {
2221
success({ content }) {

0 commit comments

Comments
 (0)