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 | openembedded-core-f00e5cf964d0ea48d517f0b8f9ca2aba646ea807.tar.gz openembedded-core-f00e5cf964d0ea48d517f0b8f9ca2aba646ea807.tar.bz2 openembedded-core-f00e5cf964d0ea48d517f0b8f9ca2aba646ea807.zip |
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: async_cmds[command] = (method) def runCommand(self, commandline): - bb.debug("Running command %s" % commandline) try: command = commandline.pop(0) if command in CommandsSync.__dict__: |