Browse Source

removed debug output

tempestpy_adaptions
Sebastian Junges 4 years ago
parent
commit
65ba87dbd0
  1. 1
      src/storm/storage/prism/Program.cpp

1
src/storm/storage/prism/Program.cpp

@ -167,7 +167,6 @@ namespace storm {
std::set<uint64_t> possiblySynchronizingActionIndices;
for(uint64_t syncAction : synchronizingActionIndices) {
if (getModuleIndicesByActionIndex(syncAction).size() > 1) {
std::cout << "syncAction " << syncAction << std::endl;
possiblySynchronizingActionIndices.insert(syncAction);
}
}

Loading…
Cancel
Save