X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/dafd6cf6826f9bbd27ddd780fab48221d4706556..e28d0584ec76ae4bd34805756b4c18bf174d3460:/net.c?ds=sidebyside diff --git a/net.c b/net.c index e205341..7ad8c56 100644 --- a/net.c +++ b/net.c @@ -2753,7 +2753,6 @@ static void draw_diagram(drawing *dr, game_drawstate *ds, int x, int y, * Draw each radial line. */ if (drawlines) { - print_line_width(dr, thick * 2); for (k = 1; k < 16; k *= 2) if (v & k) { int x1 = min(cx, cx + (r-thick) * X(k)); @@ -2802,7 +2801,6 @@ static void game_print(drawing *dr, game_state *state, int tilesize) for (y = 0; y <= h; y++) for (x = 0; x <= w; x++) { int b = barrier(state, x % w, y % h); - fprintf(stderr, "%d,%d: %d\n", x, y, b); if (x < w && (b & U)) draw_rect(dr, WINDOW_OFFSET + TILE_SIZE * x - TILE_SIZE/24, WINDOW_OFFSET + TILE_SIZE * y - TILE_SIZE/24,