removed comments from language_list.dart

This commit is contained in:
RafiaChy 2022-01-17 22:53:15 +06:00
parent f3eca2be1c
commit e15b72b965

View file

@ -7,6 +7,4 @@ class LanguageList {
static const portuguese = 'Portuguese';
static const russian = 'Russian';
static const spanish = 'Spanish';
// static const french = 'French';
// static const italian = 'Italian';
}