mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
mach: Don't print anything when deps are up-to-date (#31128)
I added this print statement, but after using `mach` for a while with it, I think it is far too chatty. This change just removes the line. Information is only printed when dependencies are installed.
This commit is contained in:
parent
729f40d1e0
commit
0c8e74dcec
1 changed files with 0 additions and 2 deletions
|
@ -141,8 +141,6 @@ def install_virtual_env_requirements(project_path: str, python: str, virtualenv_
|
|||
"-r", requirements_paths[2]])
|
||||
with open(marker_path, "w") as marker_file:
|
||||
marker_file.write(requirements_hash)
|
||||
else:
|
||||
print(" * Python requirements up to date.")
|
||||
|
||||
|
||||
def _activate_virtualenv(topdir):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue