forked from firka/student-legacy
removed prints
This commit is contained in:
parent
1bdc1409e4
commit
8f8ceb0597
@ -61,8 +61,6 @@ class Lesson {
|
||||
int get hashCode => id.hashCode;
|
||||
|
||||
factory Lesson.fromJson(Map json) {
|
||||
print(json['Allapot']);
|
||||
print(json['TanarNeve']);
|
||||
return Lesson(
|
||||
id: json["Uid"] ?? "",
|
||||
status:
|
||||
|
Loading…
x
Reference in New Issue
Block a user