mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
refactor: remove useless prints.
This commit is contained in:
parent
fbd4359d61
commit
1a97cdf91d
2 changed files with 3 additions and 9 deletions
|
@ -88,7 +88,6 @@ class ManagerAPI {
|
|||
|
||||
Future<void> setSentryStatus(bool value) async {
|
||||
await _prefs.setBool('sentryEnabled', value);
|
||||
print('Sentry status: $value');
|
||||
}
|
||||
|
||||
bool isCrashlyticsEnabled() {
|
||||
|
@ -97,7 +96,6 @@ class ManagerAPI {
|
|||
|
||||
Future<void> setCrashlyticsStatus(bool value) async {
|
||||
await _prefs.setBool('crashlyticsEnabled', value);
|
||||
print('Crashlytics status: $value');
|
||||
}
|
||||
|
||||
List<PatchedApplication> getPatchedApps() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue