Skip to content

Commit 4087ea4

Browse files
committed
chore: delete comment
1 parent 35c3dfe commit 4087ea4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎src/contentScript.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ import {
1313
} from "./utils";
1414
import zenAble from "./zen/zenMode";
1515
import hideFailCases from "./submission/hideFailCases";
16-
import { t as tt, lang } from "./locales";
16+
import { t as tt } from "./locales";
1717
let documentLang = document.documentElement.lang;
1818
const t = (keypath, slotText) => tt(keypath, slotText, documentLang);
19-
// console.log("lang", lang);
20-
// lang = document.documentElement.lang
19+
2120
// WTF! ant message didn't go well with chrome extension?
2221
const message = {
2322
success({ content }) {

0 commit comments

Comments
 (0)