Skip to content

Commit

Permalink
Remove debugging output to conserve stdout size.
Browse files Browse the repository at this point in the history
  • Loading branch information
nksauter committed Jun 13, 2024
1 parent 144537d commit edb7ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simtbx/kokkos/detector.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ struct kokkos_detector{

inline af::shared<double>
get_whitelist_raw_pixels(af::shared<std::size_t> 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);
Expand Down

0 comments on commit edb7ebb

Please sign in to comment.