We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d1f1e4 commit 8b1ef17Copy full SHA for 8b1ef17
src/superannotate/lib/app/interface/sdk_interface.py
@@ -471,9 +471,6 @@ def clone_project(
471
raise AppException(
472
f"Workflow is not supported in {project.type.name} project."
473
)
474
- logger.info(
475
- f"Created project {project_name} with type {constants.ProjectType.get_name(project.type)}."
476
- )
477
project_copy = copy.copy(project)
478
if project_description:
479
project_copy.description = project_description
0 commit comments