Index: /trunk/ippToPsps/jython/scratchdb.py
===================================================================
--- /trunk/ippToPsps/jython/scratchdb.py	(revision 32458)
+++ /trunk/ippToPsps/jython/scratchdb.py	(revision 32459)
@@ -33,4 +33,6 @@
         self.logger.debugPair("Using DVO detection table", self.dvoDetectionTable)
 
+        #self.createPsfLikelihoodFunction()
+
     '''
     Destructor
@@ -40,9 +42,9 @@
         self.logger.debug("ScratchDb destructor")
 
-
     '''
     Creates a stored procedure for psfLikelihood. This uses an implementation of the complimentary error function taken from Numerical Recipes in C.
     '''
     def createPsfLikelihoodFunction(self):
+
         sql = "DELIMITER $$ \
                DROP FUNCTION IF EXISTS `psfLikelihood` $$ \
