Skip to content

Commit

Permalink
removed debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Redeker committed Jul 13, 2011
1 parent 08bb68f commit eb6e437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion world_drawing.c
Expand Up @@ -82,7 +82,6 @@ int ctr_world_query_desetup (int no_update) // no_update == 2 means: force updat
z + QUERY_CONTEXT.chnk_z);
}

printf ("%d chunk DIRTY at desetup (no_update: %d).\n", cnt, no_update);
QUERY_CONTEXT.loaded = 0;
return cnt;
}
Expand Down

0 comments on commit eb6e437

Please sign in to comment.