Skip to content

Commit fdbb289

Browse files
committed
update
1 parent c215bd3 commit fdbb289

File tree

7 files changed

+0
-2
lines changed

7 files changed

+0
-2
lines changed

img/android-screen-dark.png

301 KB
Loading

img/android-screen-light.png

265 KB
Loading

img/android-screen.png

-364 KB
Binary file not shown.

img/ios-screen-dark.png

465 KB
Loading

img/ios-screen-light.png

434 KB
Loading

img/ios-screen.png

-354 KB
Binary file not shown.

lib/app/providers/service_provider_manager.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ class ServiceProviderManager extends GetxController {
4141
instance.tokens.addAll(
4242
await AppDatabase.instance.serviceTokensDao.getAll(),
4343
);
44-
45-
print(instance.tokens);
4644
}
4745

4846
Future<void> _updateProvider(ServiceProvider? provider) async {

0 commit comments

Comments
 (0)