diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/__init__.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py index 660fd5bf5a..faa94e6c36 100644 --- a/bitbake/lib/bb/__init__.py +++ b/bitbake/lib/bb/__init__.py | |||
@@ -74,11 +74,6 @@ logger.setLevel(logging.DEBUG - 2) | |||
74 | # can result in construction of the various loggers. | 74 | # can result in construction of the various loggers. |
75 | import bb.msg | 75 | import bb.msg |
76 | 76 | ||
77 | if "BBDEBUG" in os.environ: | ||
78 | level = int(os.environ["BBDEBUG"]) | ||
79 | if level: | ||
80 | bb.msg.set_debug_level(level) | ||
81 | |||
82 | from bb import fetch2 as fetch | 77 | from bb import fetch2 as fetch |
83 | sys.modules['bb.fetch'] = sys.modules['bb.fetch2'] | 78 | sys.modules['bb.fetch'] = sys.modules['bb.fetch2'] |
84 | 79 | ||