From 769023f639baeedd8cb22da407329dff222fa6a7 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 1 Mar 2022 09:24:14 +0800 Subject: [PATCH] update test --- test/test_shape_star.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test_shape_star.scad b/test/test_shape_star.scad index 9760ce61..643619e9 100644 --- a/test/test_shape_star.scad +++ b/test/test_shape_star.scad @@ -8,8 +8,6 @@ module test_shape_star() { actual = shape_star(30, 12, 6); - echo(actual); - assertEqualPoints(expected, actual); }