Remove accidentally committed debug prints

This commit is contained in:
krawieck 2020-09-12 09:43:21 +02:00
parent dedf219279
commit 84d29bdf47
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ Future<void> 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]) {