mirror of
https://github.com/Findus23/matomo4-plugins.git
synced 2024-09-10 04:53:44 +02:00
remove print
This commit is contained in:
parent
8102e35890
commit
fb8a522084
1 changed files with 0 additions and 2 deletions
2
api.py
2
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
|
||||
|
|
Loading…
Reference in a new issue