Skip to content

Commit 8b1ef17

Browse files
committed
clone_project log fix
1 parent 6d1f1e4 commit 8b1ef17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/superannotate/lib/app/interface/sdk_interface.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -471,9 +471,6 @@ def clone_project(
471471
raise AppException(
472472
f"Workflow is not supported in {project.type.name} project."
473473
)
474-
logger.info(
475-
f"Created project {project_name} with type {constants.ProjectType.get_name(project.type)}."
476-
)
477474
project_copy = copy.copy(project)
478475
if project_description:
479476
project_copy.description = project_description

0 commit comments

Comments
 (0)