mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-28 15:42:26 +00:00
Remove commented printf : Edge crosses %d edges.\n
This commit is contained in:
parent
e4025545fe
commit
6243a53e5c
@ -1609,7 +1609,6 @@ void count_crossing_lines(list<PathEdge *> &edges, PathGraph *out, PathGraph *ex
|
|||||||
|
|
||||||
|
|
||||||
if(count >= CROSS_REDUCE_COUNT) {
|
if(count >= CROSS_REDUCE_COUNT) {
|
||||||
//printf("Edge crosses %d edges.\n", count);
|
|
||||||
out->edges.push_back(e);
|
out->edges.push_back(e);
|
||||||
cross_edge_count++;
|
cross_edge_count++;
|
||||||
cross_list[e] = hits;
|
cross_list[e] = hits;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user