JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cleaned up bang dots code a bit
[vor.git] / rocks.c
diff --git a/rocks.c b/rocks.c
index ceddd4b..e7f2161 100644 (file)
--- a/rocks.c
+++ b/rocks.c
@@ -146,7 +146,6 @@ new_rocks(void)
                if(nrocks_timer >= nrocks_inc_ticks) {
                        nrocks_timer -= nrocks_inc_ticks;
                        nrocks++;
-                       printf("nrocks = %d.\n", nrocks);
                }
        }