document: Remove inessential comment inherited from #902 and #909

The comment was created to document a piece of code in #902 but #909 addressed code quality
The comment is no longer essential and hence ought to be removed
This commit is contained in:
Manav Mehta
2020-05-07 00:11:39 +05:30
committed by Anders Kaseorg
parent 22d7ef5615
commit 109a9bbd10

View File

@@ -412,7 +412,6 @@ export default class GeneralSection extends BaseSection {
setLocale(): void {
const langDiv: HTMLSelectElement = document.querySelector('.lang-div');
// This path is for the JSON file that stores key: value pairs for supported locales
const langList = this.generateSelectTemplate(supportedLocales, 'lang-menu');
langDiv.innerHTML += langList;
// `langMenu` is the select-option dropdown menu formed after executing the previous command