Index: /trunk/psLib/src/astro/psCoord.c
===================================================================
--- /trunk/psLib/src/astro/psCoord.c	(revision 4287)
+++ /trunk/psLib/src/astro/psCoord.c	(revision 4288)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-16 22:00:03 $
+*  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-16 22:32:57 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -242,6 +242,4 @@
     PS_ASSERT_PTR_NON_NULL(transform->y, NULL);
     PS_ASSERT_PTR_NON_NULL(coords, NULL);
-    printf("psPlaneTransformApply(): (%f, %f) x:(%d, %d)\n",
-           coords->x, coords->y, transform->x->nX, transform->x->nY);
 
     if (out == NULL) {
@@ -249,16 +247,5 @@
         out = (psPlane* ) psAlloc(sizeof(psPlane));
     }
-    /*
-        out->x = psDPolynomial2DEval(
-                     transform->x,
-                     coords->x,
-                     coords->y
-                 );
-        out->y = psDPolynomial2DEval(
-                     transform->y,
-                     coords->x,
-                     coords->y
-                 );
-    */
+
     out->x = psDPolynomial2DEval(
                  transform->x,
@@ -273,5 +260,4 @@
              );
 
-    printf("psPlaneTransformApply(END)\n");
     return (out);
 }
Index: /trunk/psLib/src/astronomy/psCoord.c
===================================================================
--- /trunk/psLib/src/astronomy/psCoord.c	(revision 4287)
+++ /trunk/psLib/src/astronomy/psCoord.c	(revision 4288)
@@ -10,6 +10,6 @@
 *  @author GLG, MHPCC
 *
-*  @version $Revision: 1.72 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-06-16 22:00:03 $
+*  @version $Revision: 1.73 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-06-16 22:32:57 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -242,6 +242,4 @@
     PS_ASSERT_PTR_NON_NULL(transform->y, NULL);
     PS_ASSERT_PTR_NON_NULL(coords, NULL);
-    printf("psPlaneTransformApply(): (%f, %f) x:(%d, %d)\n",
-           coords->x, coords->y, transform->x->nX, transform->x->nY);
 
     if (out == NULL) {
@@ -249,16 +247,5 @@
         out = (psPlane* ) psAlloc(sizeof(psPlane));
     }
-    /*
-        out->x = psDPolynomial2DEval(
-                     transform->x,
-                     coords->x,
-                     coords->y
-                 );
-        out->y = psDPolynomial2DEval(
-                     transform->y,
-                     coords->x,
-                     coords->y
-                 );
-    */
+
     out->x = psDPolynomial2DEval(
                  transform->x,
@@ -273,5 +260,4 @@
              );
 
-    printf("psPlaneTransformApply(END)\n");
     return (out);
 }
Index: /trunk/psLib/src/dataManip/psFunctions.c
===================================================================
--- /trunk/psLib/src/dataManip/psFunctions.c	(revision 4287)
+++ /trunk/psLib/src/dataManip/psFunctions.c	(revision 4288)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-16 22:00:03 $
+ *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-16 22:32:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -680,5 +680,4 @@
     psF64 xSum = 1.0;
     psF64 ySum = 1.0;
-    printf("dOrdPolynomial2DEval(%f, %f) (%d, %d)\n", x, y, myPoly->nX, myPoly->nY);
 
     for (loop_x = 0; loop_x < myPoly->nX; loop_x++) {
@@ -692,5 +691,4 @@
         xSum *= x;
     }
-    printf("dOrdPolynomial2DEval(END)\n");
 
     return(polySum);
Index: /trunk/psLib/src/math/psPolynomial.c
===================================================================
--- /trunk/psLib/src/math/psPolynomial.c	(revision 4287)
+++ /trunk/psLib/src/math/psPolynomial.c	(revision 4288)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-16 22:00:03 $
+ *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-16 22:32:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -680,5 +680,4 @@
     psF64 xSum = 1.0;
     psF64 ySum = 1.0;
-    printf("dOrdPolynomial2DEval(%f, %f) (%d, %d)\n", x, y, myPoly->nX, myPoly->nY);
 
     for (loop_x = 0; loop_x < myPoly->nX; loop_x++) {
@@ -692,5 +691,4 @@
         xSum *= x;
     }
-    printf("dOrdPolynomial2DEval(END)\n");
 
     return(polySum);
Index: /trunk/psLib/src/math/psSpline.c
===================================================================
--- /trunk/psLib/src/math/psSpline.c	(revision 4287)
+++ /trunk/psLib/src/math/psSpline.c	(revision 4288)
@@ -7,6 +7,6 @@
  *  polynomials.  It also contains a Gaussian functions.
  *
- *  @version $Revision: 1.107 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2005-06-16 22:00:03 $
+ *  @version $Revision: 1.108 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-06-16 22:32:07 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -680,5 +680,4 @@
     psF64 xSum = 1.0;
     psF64 ySum = 1.0;
-    printf("dOrdPolynomial2DEval(%f, %f) (%d, %d)\n", x, y, myPoly->nX, myPoly->nY);
 
     for (loop_x = 0; loop_x < myPoly->nX; loop_x++) {
@@ -692,5 +691,4 @@
         xSum *= x;
     }
-    printf("dOrdPolynomial2DEval(END)\n");
 
     return(polySum);
