Index: /tags/ipp-ps1-20210510/psastro/src/psastroLoadCrosstalk.c
===================================================================
--- /tags/ipp-ps1-20210510/psastro/src/psastroLoadCrosstalk.c	(revision 41590)
+++ /tags/ipp-ps1-20210510/psastro/src/psastroLoadCrosstalk.c	(revision 41591)
@@ -402,6 +402,4 @@
 	      int crossCellOffset = psMetadataLookupS32 (&status, crossItem->data.md, "CELL.OFFSET");
 	      float crossMagOff = psMetadataLookupF32 (&status, crossItem->data.md, "CROSS.MAGDIFF");
-              psLogMsg ("psastro", PS_LOG_INFO, "RULE: %d %d %d %d %f ",
-                       crossChip,crossCell,crossChipOffset,crossCellOffset,crossMagOff);
 	      if (!status) {
 		psWarning ("CROSSTALK.RULE entry is missing necessary entry");
@@ -510,7 +508,4 @@
 
                 pmAstromObj *crosstalk = pmAstromObjAlloc();
-
-                psLogMsg ("psastro", PS_LOG_INFO, "CTsource from DETEC @ OTA%d%dxy%d%d@%f,%f CTtarget OTA%2dxy%2d@%f,%f ChipLoc: (%f,%f) %f",
-                       X,Y,U,V,cal->chip->x,cal->chip->y,chipTarget,cellTarget,x_t_cell,y_t_cell,x_t_chip,y_t_chip,cal->Mag);
 	    
                 crosstalk->Mag = cal->Mag;
@@ -669,6 +664,4 @@
                 psTrace ("psastro.crosstalk",2,"CTsource @ OTA%d%dxy%d%d@%f,%f CTtarget OTA%2dxy%2d@%f,%f ChipLoc: (%f,%f)",
                        X,Y,U,V,x_cell,y_cell,chipTarget,cellTarget,x_t_cell,y_t_cell,x_t_chip,y_t_chip);
-                psLogMsg ("psastro", PS_LOG_INFO, "MAXREF2:OTA%d%dxy%d%d@%f,%f CTtarget OTA%2dxy%2d@%f,%f ChipLoc: (%f,%f)",
-                       X,Y,U,V,x_cell,y_cell,chipTarget,cellTarget,x_t_cell,y_t_cell,x_t_chip,y_t_chip);
 
                 // Hunt down the readout for the target, and save the chip position and magnitude of source star.
@@ -691,7 +684,4 @@
                 float TARGET_CROSS_MAX_MAG = tarde->magRef-crossMagOff + MagOffset;
                 if (ref->Mag > TARGET_CROSS_MAX_MAG) { continue; }
-
-                psLogMsg ("psastro", PS_LOG_INFO, "CTsource @ OTA%d%dxy%d%d@%f,%f CTtarget OTA%2dxy%2d@%f,%f ChipLoc: (%f,%f) %f",
-                       X,Y,U,V,ref->chip->x,ref->chip->y,chipTarget,cellTarget,x_t_cell,y_t_cell,x_t_chip,y_t_chip,ref->Mag);
 
                 pmAstromObj *crosstalk = pmAstromObjAlloc();
