Added date log details

This commit is contained in:
Juan Gilsanz Polo 2024-02-18 21:37:06 +01:00
parent 568b879054
commit 923fb97f03
7 changed files with 184 additions and 161 deletions

View file

@ -913,7 +913,6 @@ class ApiClientV2 {
server: server,
body: body
);
print(result.body);
return ApiResponse(successful: result.successful);
}
}