Remove debug code

This commit is contained in:
Dimitris Zlatanidis 2015-09-27 11:16:55 +03:00
parent 86758b2dd5
commit a3e9c18040

View file

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