mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-04 19:53:52 +00:00
Remove commented printf : Distbbb %f, ce2 %f, (%f,%f), (%f,%f)\n
This commit is contained in:
parent
69c4bc0dbd
commit
ed4f2c7e14
@ -985,7 +985,6 @@ RESTART_GRID_CLEAN:
|
||||
if(n->Dist2(f) > ce2) {
|
||||
continue;
|
||||
}
|
||||
//printf("Distbbb %f, ce2 %f, (%f,%f), (%f,%f)\n", n->Dist2(f), ce2, n->x, n->y, f->x, f->y);
|
||||
|
||||
#ifdef COMBINE_CHECK_ALL_LOS
|
||||
//we should merge these. Now we wanna check to make sure combining
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user