scc_filter: remove left-over print

Reported by František Blahoudek.

* spot/twaalgos/sccfilter.cc: Remove extra print statement.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2016-11-24 07:31:32 +01:00
parent fd2f79200f
commit e2b0b9d989
2 changed files with 4 additions and 2 deletions

View file

@ -334,7 +334,6 @@ namespace spot
if (auto* names =
aut->get_named_prop<std::vector<std::string>>("state-names"))
{
std::cerr << "names\n";
unsigned size = names->size();
if (size > in_n)
size = in_n;