Remove a debug print

This commit is contained in:
Rikko 2023-06-30 04:46:38 +05:30
parent a53477ff02
commit 7dba50e95b
2 changed files with 2 additions and 8 deletions

View file

@ -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):