debian/bin/genorig.py: Remove slipped-in debugging code.

svn path=/dists/trunk/linux-2.6/; revision=13846
This commit is contained in:
Bastian Blank 2009-06-28 09:49:43 +00:00
parent ea06e443d1
commit 236dd1129d
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class Main(object):
elif match.group('extension') == 'gz':
cmdline.append('-z')
print cmdline
if subprocess.Popen(cmdline).wait():
raise RuntimeError("Can't extract tarball")