From 21dacb6171893cfc74ede7a2e421cc70ce9a2d6b Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Mon, 20 Jan 2025 22:03:06 +0300 Subject: [PATCH] Revert "Debug the response" This reverts commit 16ecc88fcd068590ce702107f59afdb7ac3fc53e. --- lib/app_sources/rustore.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/app_sources/rustore.dart b/lib/app_sources/rustore.dart index 266fc58..13c35e0 100644 --- a/lib/app_sources/rustore.dart +++ b/lib/app_sources/rustore.dart @@ -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();