aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/bb/fetch.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bb/fetch.py b/lib/bb/fetch.py
index 5e8d3ca12..f773e97eb 100644
--- a/lib/bb/fetch.py
+++ b/lib/bb/fetch.py
@@ -75,9 +75,7 @@ methods = []
def init(urls = [], d = None):
if d == None:
- bb.error("BUG init called with None as data object!!!")
- import traceback
- traceback.print_stack()
+ bb.debug(2,"BUG init called with None as data object!!!")
return
for m in methods: