From fb8a522084802c2918f0bde287ad5cd684320159 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 13 Feb 2023 00:46:26 +0100 Subject: [PATCH] remove print --- api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/api.py b/api.py index 2e15d9f..97c9d61 100644 --- a/api.py +++ b/api.py @@ -47,10 +47,8 @@ def get_all_plugins(majorversion: int): plugin = preprocess_plugin_data(plugin) plugins[plugin["name"]] = plugin - print(len(matomo_new_plugins)) matomo_previous_plugins = fetch_plugins(f"{majorversion - 1}.30.0") matomo_previous_plugins += fetch_plugins(f"{majorversion - 1}.30.0", themes=True) - print(len(matomo_previous_plugins)) for plugin in matomo_previous_plugins: plugin["supports_new"] = False