From 11c8b134d7de3d7b2249d74b26a87bc9d6acc27d Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 22 Apr 2024 00:34:20 +0100 Subject: rle --- drawing/drawing.ha | 1 - 1 file changed, 1 deletion(-) (limited to 'drawing') diff --git a/drawing/drawing.ha b/drawing/drawing.ha index ae36501..729b441 100644 --- a/drawing/drawing.ha +++ b/drawing/drawing.ha @@ -113,7 +113,6 @@ export fn stroke(picture: *picture, c0: pos, c1: pos, r: i32, color: u32) void = circle(picture, c1, r, color); return; }; - fmt::printfln("count: {}",count)!; const sx = dx: f64 / (count): f64; const sy = dy: f64 / (count): f64; -- cgit v1.2.3