Merge pull request #38 from refilc/dev

dev to master
This commit is contained in:
Márton Kiss 2023-09-04 18:40:16 +02:00 committed by GitHub
commit 84e7fc60c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,6 @@ class Lesson {
int get hashCode => id.hashCode; int get hashCode => id.hashCode;
factory Lesson.fromJson(Map json) { factory Lesson.fromJson(Map json) {
print(json['Allapot']);
print(json['TanarNeve']);
return Lesson( return Lesson(
id: json["Uid"] ?? "", id: json["Uid"] ?? "",
status: status: