mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Removed test
This commit is contained in:
parent
79af7cf8fc
commit
bf8e845f67
1 changed files with 0 additions and 1 deletions
|
@ -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 ''
|
||||
|
|
Loading…
Reference in a new issue