From a45824c6af7714bf8284f81a5a55db07c9e96a7e Mon Sep 17 00:00:00 2001 From: Brandon King Date: Mon, 10 Aug 2009 22:33:58 +0000 Subject: [PATCH] print killing wsgi; minor fix. --- htsworkflow/frontend/inventory/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2