removed prints

This commit is contained in:
Kima 2023-09-04 18:39:49 +02:00
parent 1bdc1409e4
commit 8f8ceb0597

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: