diff --git a/wfcommons/wfchef/chef.py b/wfcommons/wfchef/chef.py index 517a79a..9bea3db 100644 --- a/wfcommons/wfchef/chef.py +++ b/wfcommons/wfchef/chef.py @@ -204,7 +204,6 @@ def get_recipes() -> pd.DataFrame: eps = entry_points().get('workflow_recipes', []) for entry_point in eps: - print("===> " + entry_point.name) try: Recipe = entry_point.load() # Extract module name from the entry point value