mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Remove log message
This commit is contained in:
parent
82f795c9ee
commit
161e016594
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user