mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Remove a debug print
This commit is contained in:
parent
a53477ff02
commit
7dba50e95b
2 changed files with 2 additions and 8 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue