We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 144cbf6 + 213eb78 commit 20ed0e5Copy full SHA for 20ed0e5
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