Removed test

This commit is contained in:
Dimitris Zlatanidis 2023-04-03 21:20:29 +03:00
parent 79af7cf8fc
commit bf8e845f67

View file

@ -107,7 +107,6 @@ class BinQueries(Configs):
BinariesTable.package == self.name).where(
BinariesTable.repo == self.repo).first()
print(md5, self.name, self.repo)
if md5:
return md5[0]
return ''