Skip to content

Commit 3e32642

Browse files
committed
style: remove noisy console output
1 parent a102298 commit 3e32642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libsrc/Dicom2ItkConverterBase.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ OFCondition Dicom2ItkConverterBase::getITKImageOrigin(const Uint32 frameNo, Shor
234234
}
235235
}
236236
// Dump the origin for debugging
237-
std::cout << "Extracted image origin for frame " << frameNo << ": " << origin << std::endl;
237+
// std::cout << "Extracted image origin for frame " << frameNo << ": " << origin << std::endl;
238238
return EC_Normal;
239239
}
240240

0 commit comments

Comments
 (0)