Skip to content

Commit

Permalink
chore: clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ejseqera committed Nov 7, 2023
1 parent 1afb7f0 commit c1d543b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seqerakit/seqeraplatform.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def _check_env_vars(self, command):
full_cmd_parts.append(arg)
else:
full_cmd_parts.append(shlex.quote(arg))
# print(f"full_cmd_parts before join: {full_cmd_parts}")
return " ".join(full_cmd_parts)

# Executes a 'tw' command in a subprocess and returns the output.
Expand Down

0 comments on commit c1d543b

Please sign in to comment.