Minor fix in duplicate debug info

This commit is contained in:
Barend Gehrels 2016-01-10 19:18:17 +01:00
parent c268bb2fd4
commit 31e7dd8f2f

View File

@ -109,7 +109,6 @@ struct map_visitor
if (&op == &turn.operations[0]) { out << "[0]"; }
if (&op == &turn.operations[1]) { out << "[1]"; }
out << " " << bg::visited_char(op.visited);
return out.str();
}