logging fixes

This commit is contained in:
Zsolt Ero
2024-09-12 04:12:13 +02:00
parent fb75f214d1
commit 1a5fa5b208
4 changed files with 8 additions and 6 deletions

View File

@@ -16,10 +16,6 @@ def full_sync(force=False):
On a new server this also takes care of everything, no need to run anything manually.
"""
print('---')
print('running full_sync')
print(datetime.now(timezone.utc))
assert_linux()
assert_sudo()