mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Remove debug code
This commit is contained in:
parent
86758b2dd5
commit
a3e9c18040
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ class AutoBuild(object):
|
|||
print("\nslpkg: Error: SlackBuild archive.tar.gz not found\n")
|
||||
raise SystemExit()
|
||||
for src in self.sources:
|
||||
print self.path + src
|
||||
if not os.path.isfile(self.path + src):
|
||||
print("\nslpkg: Error: Source file '{0}' not found\n".format(
|
||||
src))
|
||||
|
|
Loading…
Reference in a new issue