Skip to content

Commit

Permalink
STYLE: remove verbose output about added source image items
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov committed Aug 23, 2017
1 parent faa0260 commit 87fce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libsrc/ImageSEGConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ namespace dcmqi {
DerivationImageItem *derimgItem;
CHECK_COND(fgder->addDerivationImageItem(CodeSequenceMacro("113076","DCM","Segmentation"),"",derimgItem));

cout << "Total of " << siVector.size() << " source image items will be added" << endl;
//cout << "Total of " << siVector.size() << " source image items will be added" << endl;

OFVector<SourceImageItem*> srcimgItems;
CHECK_COND(derimgItem->addSourceImageItems(siVector,
Expand Down
2 changes: 1 addition & 1 deletion libsrc/ParaMapConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ namespace dcmqi {
return NULL;
}

cout << "Total of " << siVector.size() << " source image items will be added" << endl;
//cout << "Total of " << siVector.size() << " source image items will be added" << endl;

OFVector<SourceImageItem*> srcimgItems;
CHECK_COND(derimgItem->addSourceImageItems(siVector,
Expand Down

0 comments on commit 87fce09

Please sign in to comment.