This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch aevri/check_spawn_ci_working in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 0966b8fb39e349fe51ac6f71b7c4483ecca72b58 Author: Angelos Evripiotis <[email protected]> AuthorDate: Thu Oct 17 10:35:16 2019 +0100 WIP: drop some prints --- src/buildstream/_scheduler/jobs/jobpickler.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/buildstream/_scheduler/jobs/jobpickler.py b/src/buildstream/_scheduler/jobs/jobpickler.py index 0b15feb..27ea614 100644 --- a/src/buildstream/_scheduler/jobs/jobpickler.py +++ b/src/buildstream/_scheduler/jobs/jobpickler.py @@ -144,15 +144,11 @@ def _reduce_plugin(plugin): project.first_pass_config.source_factory, ] - print("plugin:", plugin) - print("factories:", factories) - factory = None for f in factories: if f is None: continue for cls, _ in f.all_loaded_plugins(): - print(f, "comparing", type(plugin), cls) if type(plugin) == cls: factory = f
