aboutsummaryrefslogtreecommitdiffstats
path: root/octopart.py
diff options
context:
space:
mode:
Diffstat (limited to 'octopart.py')
-rw-r--r--octopart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/octopart.py b/octopart.py
index 106a69f..e992951 100644
--- a/octopart.py
+++ b/octopart.py
@@ -32,7 +32,7 @@ def fetch_bom(bom):
for result in results:
pid = result['reference']
- print "len(items[%s]): %d" % (pid, len(result['items']))
+ #print "len(items[%s]): %d" % (pid, len(result['items']))
if len(result['items']) == 0:
reply[pid] = None
else: