Skip to content

Commit 20ed0e5

Browse files
authored
Merge pull request #561 from Cytnx-dev/contraction_tree_output
Remove unnecessary output in contraction tree
2 parents 144cbf6 + 213eb78 commit 20ed0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contraction_tree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ namespace cytnx {
3030

3131
if (!nodes_container.empty()) {
3232
auto root = nodes_container.back();
33-
std::cout << "Setting root pointers from " << root->name << std::endl;
33+
// std::cout << "Setting root pointers from " << root->name << std::endl;
3434
root->set_root_ptrs();
3535
}
3636
}

0 commit comments

Comments
 (0)