Remove debugging code
This commit is contained in:
parent
41f82300c5
commit
60d915ed6d
@ -68,7 +68,6 @@ def _create_bind_dir_if_relative(volume, path_string, compose_dir):
|
|||||||
path = Path(path_string)
|
path = Path(path_string)
|
||||||
if not path.is_absolute():
|
if not path.is_absolute():
|
||||||
absolute_path = Path(compose_dir).joinpath(path)
|
absolute_path = Path(compose_dir).joinpath(path)
|
||||||
print(f"Creating this directory: {absolute_path}")
|
|
||||||
absolute_path.mkdir(parents=True, exist_ok=True)
|
absolute_path.mkdir(parents=True, exist_ok=True)
|
||||||
else:
|
else:
|
||||||
if not path.exists():
|
if not path.exists():
|
||||||
|
Loading…
Reference in New Issue
Block a user