Merge pull request #152 from bombsquad-community/remove-debug-print

Remove a debug print
This commit is contained in:
Rikko 2023-06-30 04:47:44 +05:30 committed by GitHub
commit bbaf583394
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -3,9 +3,9 @@
"versions": {
"1.0.1": {
"api_version": 8,
"commit_sha": "e31a789",
"commit_sha": "7dba50e",
"released_on": "29-06-2023",
"md5sum": "e54913a789a31f60f18ef24edbfdd130"
"md5sum": "099ebc828a13f9a7040486bab4932a55"
},
"1.0.0": {
"api_version": 8,

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