Skip to content

Commit fa0295b

Browse files
committed
Remove debugging output to conserve stdout size.
1 parent 4cf3974 commit fa0295b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simtbx/kokkos/detector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ struct kokkos_detector{
208208

209209
inline af::shared<double>
210210
get_whitelist_raw_pixels(af::shared<std::size_t> selection) {
211-
printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size());
211+
//printf("algorithm: %20s selection size %10d\n",hello().c_str(), selection.size());
212212
//return the data array for the multipanel detector case, but only for whitelist pixels
213213
vector_size_t active_pixel_selection = vector_size_t("active_pixel_selection", selection.size());
214214
kokkostbx::transfer_shared2kokkos(active_pixel_selection, selection);

0 commit comments

Comments
 (0)