Removed unwanted logs, fixed authentication edge case scenario
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import 'dart:convert';
|
||||
import 'dart:developer';
|
||||
|
||||
import 'package:http/http.dart' as http;
|
||||
import 'package:marianum_mobile/api/marianumcloud/talk/room/getRoomResponse.dart';
|
||||
@ -21,8 +20,6 @@ class GetRoom extends TalkApi<GetRoomResponse> {
|
||||
|
||||
@override
|
||||
Future<http.Response> request(Uri uri, Object? body, Map<String, String>? headers) {
|
||||
log(uri.toString());
|
||||
log(headers.toString());
|
||||
return http.get(uri, headers: headers);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user