server: remove debug code causing crashes

This commit is contained in:
Koushik Dutta
2024-11-23 08:05:17 -08:00
parent 101d362260
commit dcae7ce367
2 changed files with 1 additions and 3 deletions

View File

@@ -959,8 +959,6 @@ class PluginRemote:
return pluginFork
t: asyncio.Task
t.cancel()
if options:
runtime = options.get("runtime", None)
if runtime and runtime != "python":