6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-13 06:37:46 +00:00

Remove useless logging in "local" commands

This commit is contained in:
Régis Behmo 2019-03-19 00:51:13 +01:00
parent dc32fd1072
commit 9cd79fb44f
2 changed files with 0 additions and 2 deletions

View File

@ -104,7 +104,6 @@ def load_env(config, root):
for k in keys:
env_var = "TUTOR_" + k
if env_var in os.environ:
print(k, os.environ[env_var])
config[k] = utils.parse_yaml_value(os.environ[env_var])
def load_user(config, root):

View File

@ -28,7 +28,6 @@ def local():
def quickstart(pullimages_, root):
click.echo(fmt.title("Interactive platform configuration"))
tutor_config.save.callback(root, False, [])
click.echo(fmt.title("Environment generation"))
click.echo(fmt.title("Stopping any existing platform"))
stop.callback(root)
if pullimages_: