Revert "Debug the response"

This reverts commit 16ecc88fcd.
This commit is contained in:
PadowYT2
2025-01-20 22:03:06 +03:00
parent 16ecc88fcd
commit 21dacb6171

View File

@ -43,9 +43,6 @@ class RuStore extends AppSource {
if (res0.statusCode != 200) {
throw getObtainiumHttpError(res0);
}
print(res0);
var appDetails = jsonDecode(res0.body)['body'];
if (appDetails['appId'] == null) {
throw NoReleasesError();