Skip to content
Snippets Groups Projects
Commit af00fae1 authored by Jaime Arias's avatar Jaime Arias
Browse files

refactor: remove print

parent e238f3f8
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ void SOG::ExportGraphToDotFile(const std::string &filename) const {
return;
}
std::cout << "the graph contains: " << nb_states << " states\n";
file << "digraph reachab_graph {" << '\n';
// Add the initial node (start point)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment