Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Karthik Nadig <kanadig@microsoft.com>
  • Loading branch information
AdamYoblick and karthiknadig authored Jul 25, 2024
1 parent 6e7248f commit 0274b12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/debugpy/server/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,6 @@ def parse_args_from_environment(seenFromCommandLine: set):

argsList = args.split()

#print("args:", file=sys.stderr)
#print(*argsList, file=sys.stderr)

seenFromEnvironment = set()
parse_args_helper(argsList, seenFromCommandLine, seenFromEnvironment, True)

Expand Down

0 comments on commit 0274b12

Please sign in to comment.