Skip to content

Commit

Permalink
Remove pesky debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Jul 5, 2024
1 parent 35cdeaf commit 316c189
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dgbowl_schemas/yadg/dataschema_5_1/filetype.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,7 @@ class ExtractorFactory(BaseModel):
@field_validator("extractor")
@classmethod
def extractor_set_defaults(cls, v):
print(f"{v=}")
defaults = StepDefaults()
print(f"{defaults=}")
if v.timezone is None:
v.timezone = defaults.timezone
if v.locale is None:
Expand Down

0 comments on commit 316c189

Please sign in to comment.