diff options
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__: |
