Skip to content

Commit a28f298

Browse files
author
Andrei Neagu
committed
removed unrequired
1 parent 53d0823 commit a28f298

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/storage/src/simcore_service_storage/utils/simcore_s3_dsm_utils.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import logging
21
from contextlib import suppress
32
from pathlib import Path
43
from typing import TypeAlias
@@ -34,8 +33,6 @@
3433
from ..modules.s3 import get_s3_client
3534
from .utils import convert_db_to_model
3635

37-
_logger = logging.getLogger(__name__)
38-
3936

4037
async def _list_all_files_in_folder(
4138
*,
@@ -173,7 +170,6 @@ def _base_path_parent(base_path: UserSelectionStr, s3_object: S3ObjectKey) -> st
173170

174171

175172
def _get_project_ids(user_selecton: set[UserSelectionStr]) -> list[ProjectID]:
176-
_logger.error("user_selection=%s", user_selecton)
177173
results = []
178174
for selected in user_selecton:
179175
project_id = ProjectID(Path(selected).parts[0])

0 commit comments

Comments
 (0)