ignore dead code on one line

This commit is contained in:
Henry Hiles 2025-12-24 18:50:53 -05:00
commit fae646003b
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs

View file

@ -65,6 +65,7 @@ void main() async {
ProviderScope(
observers: [
// Change false to true if you want debug information on provider reloads
// ignore: dead_code
if (false && kDebugMode) Logger(),
],
child: const App(),