removed code line in example

This commit is contained in:
Lorenzo Pichilli 2021-01-31 22:08:53 +01:00
parent a04f9eab10
commit a5b90a33d0
1 changed files with 0 additions and 1 deletions

View File

@ -125,7 +125,6 @@ class _InAppWebViewExampleScreenState extends State<InAppWebViewExampleScreen> {
setState(() {
this.url = url ?? '';
});
debugPrint((await _cookieManager.ios.getAllCookies()).toString(), wrapWidth: 1024);
},
onProgressChanged: (controller, progress) {
setState(() {