aboutsummaryrefslogtreecommitdiffstats
path: root/octopart.py
diff options
context:
space:
mode:
authorbryan newbold <bnewbold@robocracy.org>2013-05-13 12:54:51 -0400
committerbryan newbold <bnewbold@robocracy.org>2013-05-13 12:55:41 -0400
commit24cd1e99faf93d64019588d8344d8f89036088b0 (patch)
treee8ecf6dfd4cd3c9694cbe7d4f2ac291c3eb50003 /octopart.py
parent9a486c19a6ef6499bfddb76c3557e5e337c25f1a (diff)
downloadpartmom-24cd1e99faf93d64019588d8344d8f89036088b0.tar.gz
partmom-24cd1e99faf93d64019588d8344d8f89036088b0.zip
progress
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: