diff options
Diffstat (limited to 'drawing')
-rw-r--r-- | drawing/drawing.ha | 1 |
1 files changed, 0 insertions, 1 deletions
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; |