Skip to content

Commit

Permalink
[SVLS-5262] remove unnecessary logger
Browse files Browse the repository at this point in the history
  • Loading branch information
apiarian-datadog committed Sep 17, 2024
1 parent 85ce8db commit ba17d2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ddtrace/_trace/_span_link.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@
from enum import Enum
from typing import Optional

from ddtrace.internal.logger import get_logger
from ddtrace.internal.utils.formats import flatten_key_value


log = get_logger(__name__)


class SpanLinkKind(Enum):
"""
A collection of standard SpanLink kinds. It's possible to use others, but these should be used when possible.
Expand Down

0 comments on commit ba17d2a

Please sign in to comment.