Index: /trunk/pois/src/poisCalculateEquation.c
===================================================================
--- /trunk/pois/src/poisCalculateEquation.c	(revision 3798)
+++ /trunk/pois/src/poisCalculateEquation.c	(revision 3799)
@@ -25,6 +25,4 @@
     int bgIndex = kernelParams->n;	// Index in matrix for the background (it's the last one, after the
 					// kernel parameters)
-    int xKernel = config->xKernel;	// Half-size of kernel in x.
-    int yKernel = config->yKernel;	// Half-size of kernel in y.
     float **reference = refImage->data.F32; // The reference pixels
     float **input = inImage->data.F32;	// The input pixels
@@ -66,5 +64,5 @@
 	    }
 	    if (! stamp->vector) {
-		psTrace("pois.calculateEquation", 3, "Allocating vector: %d\n", numSolveParams);
+		psTrace("pois.calculateEquation", 9, "Allocating vector: %d\n", numSolveParams);
 		psVector *vector = psVectorAlloc(numSolveParams, PS_TYPE_F64);
 		for (int i = 0; i < numSolveParams; i++) {
