From: Brandon King Date: Mon, 10 Aug 2009 22:33:58 +0000 (+0000) Subject: print killing wsgi; minor fix. X-Git-Tag: 0.2.7.1^0 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=a45824c6af7714bf8284f81a5a55db07c9e96a7e print killing wsgi; minor fix. --- diff --git a/htsworkflow/frontend/inventory/models.py b/htsworkflow/frontend/inventory/models.py index 32acf82..dd08443 100644 --- a/htsworkflow/frontend/inventory/models.py +++ b/htsworkflow/frontend/inventory/models.py @@ -22,7 +22,7 @@ def _assign_uuid(sender, instance, **kwargs): """ Assigns a UUID to model on save """ - print 'Entered _assign_uuid' + #print 'Entered _assign_uuid' if instance.uuid is None or len(instance.uuid) != 32: instance.uuid = uuid.uuid1().hex