mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update log.py: remove debug statement
This commit is contained in:
parent
95f3219923
commit
1c6821e458
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ def _update_log_parent_symlinks():
|
|||
parent = metadata.get("parent")
|
||||
parent = parent + METADATA_FILE_EXT if parent else "/dev/null"
|
||||
try:
|
||||
print(parent, parent_symlink)
|
||||
os.symlink(parent, parent_symlink)
|
||||
except Exception as e:
|
||||
logger.warning(f"Failed to create symlink {parent_symlink} ? {e}")
|
||||
|
|
Loading…
Add table
Reference in a new issue