diff --git a/slpkg/binaries/queries.py b/slpkg/binaries/queries.py index db4a4bbb..cb09ef5b 100644 --- a/slpkg/binaries/queries.py +++ b/slpkg/binaries/queries.py @@ -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 ''