diff --git a/simtbx/kokkos/detector.h b/simtbx/kokkos/detector.h index dc1f276a2d..85529fdc5c 100644 --- a/simtbx/kokkos/detector.h +++ b/simtbx/kokkos/detector.h @@ -208,7 +208,7 @@ struct kokkos_detector{ inline af::shared get_whitelist_raw_pixels(af::shared selection) { - printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size()); + //printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size()); //return the data array for the multipanel detector case, but only for whitelist pixels vector_size_t active_pixel_selection = vector_size_t("active_pixel_selection", selection.size()); kokkostbx::transfer_shared2kokkos(active_pixel_selection, selection);