Remove irrelevant comment (was copy-pasted)

This commit is contained in:
infiinte-persistence 2021-02-17 15:44:48 +08:00 committed by Sean Yesmunt
parent a127fce561
commit 52a5655b26

View file

@ -36,6 +36,4 @@ const SUPPORTED_BROWSER_LANGUAGES = {
uk: 'uk',
};
// Properties: language code (e.g. 'ja')
// Values: name of the language in native form (e.g. '日本語')
export default SUPPORTED_BROWSER_LANGUAGES;