From e46a531090510d4fc07783697814bc54359aed25 Mon Sep 17 00:00:00 2001 From: Lorenzo Pichilli Date: Thu, 28 Jan 2021 19:01:16 +0100 Subject: [PATCH] remove print(await controller.getOptions()); code line from the example --- example/lib/in_app_webiew_example.screen.dart | 1 - 1 file changed, 1 deletion(-) 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(() {