Skip to content

Commit

Permalink
Merge pull request #409 from yarikoptic/rf-noprint
Browse files Browse the repository at this point in the history
Remove print statement added in recent commit
  • Loading branch information
christian-monch authored Jan 23, 2024
2 parents 94fb288 + 33a3db4 commit b9a291e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datalad_metalad/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -798,8 +798,6 @@ def legacy_get_file_info(dataset: Dataset,

def legacy_extract_file(ea: ExtractionArguments) -> Iterable[dict]:

import sys
print(repr(ea), file=sys.stderr)
if issubclass(ea.extractor_class, MetadataExtractor):

# Call metalad legacy extractor with a single status record.
Expand Down

0 comments on commit b9a291e

Please sign in to comment.