Removed debug print

This commit is contained in:
JHubi1 2024-09-08 01:32:51 +02:00
parent 04dfd70f24
commit 36a3769da2
No known key found for this signature in database
GPG Key ID: 7BF82570CBBBD050
1 changed files with 1 additions and 3 deletions

View File

@ -92,9 +92,7 @@ void Function(void Function())? setGlobalState;
void Function(void Function())? setMainAppState;
void main() {
pwa.PWAInstall().setup(installCallback: () {
debugPrint('APP INSTALLED!');
});
pwa.PWAInstall().setup(installCallback: () {});
runApp(const App());