Remove commented printf : Starting clean at pos %d with %d nodes\n

This commit is contained in:
Akkadius 2015-01-20 01:34:46 -06:00
parent d5cdfdc33c
commit 725a2d29a2

View File

@ -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++) {