summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-22 01:08:31 +0000
committerChris Larson <clarson@kergoth.com>2004-05-22 01:08:31 +0000
commit99fad5fb7fdd9ff54334ad6aa807055ce6354786 (patch)
treeb05612fc8d694bb6765c880db29c6e310a661543 /bin
parentd91c7e6a716531804d36c62b5379055868552a2c (diff)
downloadbitbake-contrib-99fad5fb7fdd9ff54334ad6aa807055ce6354786.tar.gz
Remove unnecessary decodeurl debugging.
Diffstat (limited to 'bin')
-rw-r--r--bin/oe/__init__.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/oe/__init__.py b/bin/oe/__init__.py
index 77b8d0b7a..72c0f1259 100644
--- a/bin/oe/__init__.py
+++ b/bin/oe/__init__.py
@@ -288,13 +288,13 @@ def decodeurl(url):
else:
user = ''
pswd = ''
- note("decodeurl: %s decoded to:" % url)
- note("decodeurl: type = '%s'" % type)
- note("decodeurl: host = '%s'" % host)
- note("decodeurl: path = '%s'" % path)
- note("decodeurl: parm = '%s'" % parm)
- note("decodeurl: user = '%s'" % user)
- note("decodeurl: pswd = '%s'" % pswd)
+ #note("decodeurl: %s decoded to:" % url)
+ #note("decodeurl: type = '%s'" % type)
+ #note("decodeurl: host = '%s'" % host)
+ #note("decodeurl: path = '%s'" % path)
+ #note("decodeurl: parm = '%s'" % parm)
+ #note("decodeurl: user = '%s'" % user)
+ #note("decodeurl: pswd = '%s'" % pswd)
p = {}
if parm:
for s in parm.split(';'):