Removed the print of depmod output

Was there only for debugging
This commit is contained in:
Martin Gracik 2010-03-30 13:15:23 +02:00
parent 0645d2ade3
commit 68247d2d77
1 changed files with 0 additions and 1 deletions

View File

@ -311,7 +311,6 @@ export PS1 PATH
self.dsttree, kernel.version)
err, stdout = commands.getstatusoutput(cmd)
print stdout
if err:
self.perror(stdout)