Skip to content

Commit

Permalink
clean up print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jun 12, 2024
1 parent 439a794 commit d91b802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/load/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ def filter_new_jobs(

# destination can overwrite ps
parallelism_strategy = capabilities.loader_parallelism_strategy or config.parallelism_strategy
print(parallelism_strategy)

# we only always process one
if parallelism_strategy == "sequential":
Expand Down

0 comments on commit d91b802

Please sign in to comment.