From 84d29bdf47161f729912df0a89f91986fbcb5e1e Mon Sep 17 00:00:00 2001 From: krawieck Date: Sat, 12 Sep 2020 09:43:21 +0200 Subject: [PATCH] Remove accidentally committed debug prints --- lib/url_launcher.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/url_launcher.dart b/lib/url_launcher.dart index f06a245..f1381f4 100644 --- a/lib/url_launcher.dart +++ b/lib/url_launcher.dart @@ -40,9 +40,6 @@ Future urlLauncher({ final matchedInstance = match.group(1); final rest = match.group(2); - print('matched domain: $matchedInstance, rest: $rest'); - print(rest.length); - if (instances.any((e) => e == match.group(1))) { final split = rest.split('/'); switch (split[1]) {