Skip to content

Commit

Permalink
remove debug printout
Browse files Browse the repository at this point in the history
carltimmer committed Nov 13, 2024
1 parent c6109af commit a8d9232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsrc++/CompositeData.cpp
Original file line number Diff line number Diff line change
@@ -1053,7 +1053,7 @@ namespace evio {
// How many bytes taken for this CompositeData object?
size_t dataOff = 0;

Util::printBytes(src, 32, "CD src bytes");
// Util::printBytes(src, 32, "CD src bytes");

while (srcBytesLeft > 0) {
//std::cout << "start src offset = " << srcOff << std::endl;

0 comments on commit a8d9232

Please sign in to comment.