Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit bec072a

Browse files
authored
Merge pull request #10 from canassa/remove-logger
Remove logger
2 parents 89888fc + 91db3e9 commit bec072a

File tree

3 files changed

+0
-31
lines changed

3 files changed

+0
-31
lines changed

aws_dataclasses/alexa_skill_event.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@
55
import arrow
66
from dataclasses import dataclass, InitVar, field
77

8-
from aws_dataclasses.util import get_logger
98
from aws_dataclasses.base import GenericDataClass, EventClass
109

11-
LOG = get_logger(__name__)
12-
1310
IntentSlot = namedtuple("IntentSlot", ['name', 'value'])
1411
AlexaSkillUser = namedtuple("AlexaSkillUser", ["userId"])
1512
AlexaSkillApplication = namedtuple("AlexaSkillApplication", ["applicationId"])

aws_dataclasses/lambda_function_configuration.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
import arrow
55
from dataclasses import dataclass, InitVar, field
66

7-
from aws_dataclasses.util import get_logger
87
from aws_dataclasses.base import GenericDataClass
98

10-
LOG = get_logger(__name__)
11-
129

1310
@dataclass
1411
class LambdaTracingConfig(GenericDataClass):

aws_dataclasses/util.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)