Index: trunk/psphot/src/find_peaks.c
===================================================================
--- trunk/psphot/src/find_peaks.c	(revision 4115)
+++ trunk/psphot/src/find_peaks.c	(revision 4189)
@@ -19,9 +19,6 @@
     psImageSmooth (smooth, SIGMA, NSIGMA);
 
-    // XXX missing pslib functions:
-    // kernel = psKernelParts ();
-    // smooth = psImageConvolve (smooth, image, kernel, PS_PARTS);
+    psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
 
-    psLogMsg ("psphot", 4, "smooth: %f sec\n", psTimerMark ("psphot"));
 
     // find the peaks in the smoothed image 
