Logging cleanup

This commit is contained in:
2023-05-06 11:40:38 +02:00
parent 9b5a4f7029
commit cc43a9e081
7 changed files with 4 additions and 28 deletions

View File

@ -1,5 +1,4 @@
import 'dart:convert';
import 'dart:developer';
import 'package:localstore/localstore.dart';
import 'package:marianum_mobile/api/webuntis/webuntisError.dart';
@ -38,7 +37,6 @@ abstract class RequestCache<T> {
"lastupdate": DateTime.now().millisecondsSinceEpoch
});
} on WebuntisError catch(e) {
log("ERROR CATCHED");
onError(e);
}
}