From 7dba50e95b85e422d8aa20bd9b63902f3e25454d Mon Sep 17 00:00:00 2001 From: Rikko Date: Fri, 30 Jun 2023 04:46:38 +0530 Subject: [PATCH] Remove a debug print --- index.json | 9 ++------- plugin_manager.py | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/index.json b/index.json index 51896d5..9188b63 100644 --- a/index.json +++ b/index.json @@ -1,12 +1,7 @@ { "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { - "1.0.1": { - "api_version": 8, - "commit_sha": "e31a789", - "released_on": "29-06-2023", - "md5sum": "e54913a789a31f60f18ef24edbfdd130" - }, + "1.0.1": null, "1.0.0": { "api_version": 8, "commit_sha": "0b55bc2", @@ -116,4 +111,4 @@ "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json" ], "external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json" -} \ No newline at end of file +} diff --git a/plugin_manager.py b/plugin_manager.py index dc8dbae..e883fba 100644 --- a/plugin_manager.py +++ b/plugin_manager.py @@ -699,7 +699,6 @@ class PluginVersion: self.md5sum = info["md5sum"] self.download_url = self.plugin.url.format(content_type="raw", tag=tag) - print(self.download_url) self.view_url = self.plugin.url.format(content_type="blob", tag=tag) def __eq__(self, plugin_version):