summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/lib/python/indra/base/lluuid.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/lib/python/indra/base/lluuid.py b/indra/lib/python/indra/base/lluuid.py
index 5209de45a0..eb0c557b04 100644
--- a/indra/lib/python/indra/base/lluuid.py
+++ b/indra/lib/python/indra/base/lluuid.py
@@ -276,7 +276,8 @@ try:
from mulib import stacked
stacked.NoProducer() # just to exercise stacked
except:
- print "Couldn't import mulib.stacked, not registering UUID converter"
+ #print "Couldn't import mulib.stacked, not registering UUID converter"
+ pass
else:
def convertUUID(uuid, req):
req.write(str(uuid))