Removed unnecessary logging

This commit is contained in:
Elias Müller 2023-05-29 16:24:29 +02:00
parent e8e6fd16f3
commit bf5c14f71c

View File

@ -40,7 +40,6 @@ class Authenticate extends WebuntisApi {
static Future<AuthenticateResponse> getSession() async {
if(awaitingResponse) {
log("Other query in progress... waiting");
await awaitedResponse.future;
}