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]) {