Skip to content

Commit af9dcd3

Browse files
committed
remove debugging code
1 parent b3550bc commit af9dcd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/lib/sample_app.dart

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class _SampleAppState extends State<SampleApp> {
2626
endpoint: 'frontend.binaryws.com',
2727
authEndpoint: '',
2828
),
29-
onProxyFound: (_) {},
3029
);
3130
}
3231

test/state/connection/connection_bloc_test.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ void main() {
1010
setUpAll(
1111
() {
1212
connectionCubit = ConnectionCubit(
13-
ConnectionInformation(appId: '', brand: '', endpoint: '',authEndpoint: ''),
14-
api: MockAPI(), onProxyFound: (String proxy) { },
13+
ConnectionInformation(
14+
appId: '', brand: '', endpoint: '', authEndpoint: ''),
15+
api: MockAPI(),
1516
);
1617
},
1718
);

0 commit comments

Comments
 (0)