From: Brandon King Date: Thu, 3 Sep 2009 22:10:47 +0000 (+0000) Subject: wsgi print error fixed. X-Git-Tag: 0.3.1~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=468ddada56298acafb54e839de98aff29e078f58 wsgi print error fixed. --- diff --git a/htsworkflow/frontend/inventory/models.py b/htsworkflow/frontend/inventory/models.py index 971c50e..dfeb7db 100644 --- a/htsworkflow/frontend/inventory/models.py +++ b/htsworkflow/frontend/inventory/models.py @@ -23,7 +23,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