Skip to content

Commit

Permalink
Comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 12, 2023
1 parent 04afcef commit ee224fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/UDKTests/setup_udk_build_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ async def run_udk_build(
proc = await asyncio.create_subprocess_shell(
cmd=f'powershell.exe Start-Process -NoNewWindow -FilePath "{udk_exe}" '
f'-ArgumentList "make","-useunpublished","-log","-UNATTENDED"',
# stdout=asyncio.subprocess.PIPE,
# stderr=asyncio.subprocess.STDOUT,
)
else:
proc = await asyncio.create_subprocess_exec(
Expand Down Expand Up @@ -312,8 +310,6 @@ async def run_udk_server(
test_proc = await asyncio.create_subprocess_shell(
cmd=f'powershell.exe Start-Process -NoNewWindow -FilePath "{udk_exe}" '
f'-ArgumentList "server","{udk_args}","-log","-UNATTENDED"',
# stdout=asyncio.subprocess.PIPE,
# stderr=asyncio.subprocess.STDOUT,
)
else:
test_proc = await asyncio.create_subprocess_exec(
Expand Down

0 comments on commit ee224fe

Please sign in to comment.