We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d3d26 + 20ed0e5 commit 781486eCopy full SHA for 781486e
src/contraction_tree.cpp
@@ -30,7 +30,7 @@ namespace cytnx {
30
31
if (!nodes_container.empty()) {
32
auto root = nodes_container.back();
33
- std::cout << "Setting root pointers from " << root->name << std::endl;
+ // std::cout << "Setting root pointers from " << root->name << std::endl;
34
root->set_root_ptrs();
35
}
36
0 commit comments