mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
Remove useless logging in "local" commands
This commit is contained in:
parent
dc32fd1072
commit
9cd79fb44f
@ -104,7 +104,6 @@ def load_env(config, root):
|
|||||||
for k in keys:
|
for k in keys:
|
||||||
env_var = "TUTOR_" + k
|
env_var = "TUTOR_" + k
|
||||||
if env_var in os.environ:
|
if env_var in os.environ:
|
||||||
print(k, os.environ[env_var])
|
|
||||||
config[k] = utils.parse_yaml_value(os.environ[env_var])
|
config[k] = utils.parse_yaml_value(os.environ[env_var])
|
||||||
|
|
||||||
def load_user(config, root):
|
def load_user(config, root):
|
||||||
|
@ -28,7 +28,6 @@ def local():
|
|||||||
def quickstart(pullimages_, root):
|
def quickstart(pullimages_, root):
|
||||||
click.echo(fmt.title("Interactive platform configuration"))
|
click.echo(fmt.title("Interactive platform configuration"))
|
||||||
tutor_config.save.callback(root, False, [])
|
tutor_config.save.callback(root, False, [])
|
||||||
click.echo(fmt.title("Environment generation"))
|
|
||||||
click.echo(fmt.title("Stopping any existing platform"))
|
click.echo(fmt.title("Stopping any existing platform"))
|
||||||
stop.callback(root)
|
stop.callback(root)
|
||||||
if pullimages_:
|
if pullimages_:
|
||||||
|
Loading…
Reference in New Issue
Block a user