Skip to content

Commit

Permalink
disable URL resolution after import
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjfocs committed Jul 11, 2019
1 parent 194275f commit f9f429b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions soweego/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ def _importer(target: str):
"Running importer for target: %s without resolving the URLs", target
)
_invoke_no_exit(import_cli, [target])
LOGGER.info("Validating URL resolving them for target %s", target)
_invoke_no_exit(validate_links, [target])


def _linker(target: str, upload: bool):
Expand Down

0 comments on commit f9f429b

Please sign in to comment.