diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-14 17:36:31 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-14 23:29:31 +0000 |
commit | f00e5cf964d0ea48d517f0b8f9ca2aba646ea807 (patch) | |
tree | c2bc884ee3192895549745326c2752fe7200a206 /bitbake-dev/lib/bb/command.py | |
parent | a7740492afa04d9a1bdcb907df91900d251fa29f (diff) | |
download | poky-f00e5cf964d0ea48d517f0b8f9ca2aba646ea807.tar.gz |
bitbake-dev: Sync with upstream
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'bitbake-dev/lib/bb/command.py')
-rw-r--r-- | bitbake-dev/lib/bb/command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake-dev/lib/bb/command.py b/bitbake-dev/lib/bb/command.py index e7c3770ffc..1a1bf00b33 100644 --- a/bitbake-dev/lib/bb/command.py +++ b/bitbake-dev/lib/bb/command.py | |||
@@ -57,7 +57,6 @@ class Command: | |||
57 | async_cmds[command] = (method) | 57 | async_cmds[command] = (method) |
58 | 58 | ||
59 | def runCommand(self, commandline): | 59 | def runCommand(self, commandline): |
60 | bb.debug("Running command %s" % commandline) | ||
61 | try: | 60 | try: |
62 | command = commandline.pop(0) | 61 | command = commandline.pop(0) |
63 | if command in CommandsSync.__dict__: | 62 | if command in CommandsSync.__dict__: |