removed debug message

This commit is contained in:
Erin O'Connell
2017-09-07 23:11:36 -06:00
parent 9f5d22ac11
commit 6f5df44a4e
-1
View File
@@ -501,7 +501,6 @@ def get_downloads_info(names_map, section):
def do_lock(no_hashes=True, verbose=False, legacy=False):
"""Executes the freeze functionality."""
print(no_hashes, verbose, legacy)
if not legacy:
# Alert the user of progress.
click.echo(crayons.yellow('Locking {0} dependencies...'.format(crayons.red('[dev-packages]'))), err=True)