Skip to content

Commit 781486e

Browse files
authored
Merge pull request #562 from Cytnx-dev/dev-master
commented out unnecessary output in Contraction tree construction
2 parents e9d3d26 + 20ed0e5 commit 781486e

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)