Remove log message

This commit is contained in:
grossmj 2026-04-10 19:58:55 +08:00
parent 82f795c9ee
commit 161e016594
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -84,7 +84,6 @@ async def import_project(
# We import the project on top of an existing project (snapshots)
if topology["project_id"] == project_id:
project_name = topology["name"]
log.info("Restoring snapshot for project '{}', snapshot name: '{}'".format(project_id, project_name))
restoring_snapshot = True
else:
# If the project name is already used we generate a new one