Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
srba committed Dec 30, 2023
1 parent 010b078 commit 68f8149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Colored/ColoredPetriNetBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,10 @@ namespace unfoldtacpn {
unfoldPlace(builder, place);
}

if (!_output_stream)) {
//if (!_output_stream)) {
std::cout << "Printing bindings for each unfolded transition.\n";
std::cout << "<bindings>\n";
}
//}

for (auto& transition : _transitions) {
unfoldTransition(builder, transition);
Expand Down

0 comments on commit 68f8149

Please sign in to comment.