Remove output.

This commit is contained in:
Jeffrey Townsend
2016-11-04 21:32:08 +00:00
parent 54e292f0ba
commit d3c65d04dd

View File

@@ -439,7 +439,6 @@ class OnlPackage(object):
onlu.execute(command)
# Grab the package from the workdir. There can be only one.
sys.stdout.write(workdir)
files = glob.glob(os.path.join(workdir, '*.deb'))
if len(files) == 0:
raise OnlPackageError("No debian package.")