Skip to content

Commit dd2a32b

Browse files
committed
remove debug code
1 parent ae20cfb commit dd2a32b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

flutter/example/lib/main.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,6 @@ class MainScaffold extends StatelessWidget {
137137
child: Column(
138138
children: [
139139
const Center(child: Text('Trigger an action:\n')),
140-
ElevatedButton(
141-
onPressed: () {
142-
final stackTrace = StackTrace.current;
143-
NetworkError(type: NetworkErrorType.unknown, error: Instance of 'iH')
144-
print(stackTrace);
145-
},
146-
child: const Text('StackTrace'),
147-
),
148140
ElevatedButton(
149141
onPressed: () => sqfliteTest(),
150142
child: const Text('sqflite'),

0 commit comments

Comments
 (0)