Remove unnecessary code in StartProxy.php

This commit is contained in:
Andras Bacsai 2024-03-11 20:25:35 +01:00
parent 52120e7a38
commit 8eacf67725

View File

@ -66,8 +66,6 @@ public function handle(Server $server, bool $async = true): string|Activity
} catch (\Throwable $e) {
ray($e);
throw $e;
} finally {
$server->setupDynamicProxyConfiguration();
}
}
}