mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove commented printf : Starting clean at pos %d with %d nodes\n
This commit is contained in:
parent
d5cdfdc33c
commit
725a2d29a2
@ -962,7 +962,6 @@ run an algorithm to remove redundancy:
|
|||||||
RESTART_GRID_CLEAN:
|
RESTART_GRID_CLEAN:
|
||||||
cur = big->nodes.begin();
|
cur = big->nodes.begin();
|
||||||
end = big->nodes.end();
|
end = big->nodes.end();
|
||||||
//printf("Starting clean at pos %d with %d nodes\n", cur_pos, big->nodes.size());
|
|
||||||
for(r = 0; r < cur_pos; r++)
|
for(r = 0; r < cur_pos; r++)
|
||||||
cur++;
|
cur++;
|
||||||
for(; cur != end; cur++, cur_pos++, stat++) {
|
for(; cur != end; cur++, cur_pos++, stat++) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user