wsgi print error fixed.
authorBrandon King <kingb@caltech.edu>
Thu, 3 Sep 2009 22:10:47 +0000 (22:10 +0000)
committerBrandon King <kingb@caltech.edu>
Thu, 3 Sep 2009 22:10:47 +0000 (22:10 +0000)
htsworkflow/frontend/inventory/models.py

index 971c50e631de2f759a769b5363276ba330dc7635..dfeb7dbd63e4d0dae43b933cd4d55c164586d35a 100644 (file)
@@ -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