mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
Remove commented printf : Starting clean at pos %d with %d nodes\n
This commit is contained in:
@@ -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++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user