Skip to content

Commit

Permalink
Remove t3chguy's debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 14, 2019
1 parent 3b908f4 commit 9ed647d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ function loadOlm() {

async function loadLanguage() {
const prefLang = SettingsStore.getValue("language", null, /*excludeDefault=*/true);
console.log("DEBUG", prefLang);
let langs = [];

if (!prefLang) {
Expand All @@ -441,7 +440,6 @@ async function loadLanguage() {
} else {
langs = [prefLang];
}
console.log("DEBUG1", langs);
try {
await languageHandler.setLanguage(langs);
document.documentElement.setAttribute("lang", languageHandler.getCurrentLanguage());
Expand Down

0 comments on commit 9ed647d

Please sign in to comment.