Skip to content

Commit 31546e4

Browse files
committed
remove decorator again
1 parent 36718e6 commit 31546e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

services/web/server/src/simcore_service_webserver/users/_users_rest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
)
2727
from servicelib.logging_utils import log_context
2828
from servicelib.rest_constants import RESPONSE_MODEL_POLICY
29-
from servicelib.tracing import with_profiled_span
3029

3130
from .._meta import API_VTAG
3231
from ..exception_handling import (
@@ -111,7 +110,6 @@
111110

112111

113112
@routes.get(f"/{API_VTAG}/me", name="get_my_profile")
114-
@with_profiled_span
115113
@login_required
116114
@_handle_users_exceptions
117115
async def get_my_profile(request: web.Request) -> web.Response:

0 commit comments

Comments
 (0)