diff --git a/example/lib/in_app_webiew_example.screen.dart b/example/lib/in_app_webiew_example.screen.dart index 138493f9..c5c7ffc3 100755 --- a/example/lib/in_app_webiew_example.screen.dart +++ b/example/lib/in_app_webiew_example.screen.dart @@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State { setState(() { this.url = url ?? ''; }); - print(await controller.getOptions()); }, onProgressChanged: (controller, progress) { setState(() {