chiark / gitweb /
quacks-ingredients: drop some debug
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Feb 2020 16:31:22 +0000 (16:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 16 Feb 2020 16:31:22 +0000 (16:31 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
quacks-ingredients.scad

index 47a520f8ebc7a353869c2257480b64ffe84eb672..54269c9257e3183b2e90ee3a981f6acce366e389 100644 (file)
@@ -36,12 +36,9 @@ module Spots_Extrude_Upper(){
 
 module SpotAt(condition, xy) {
   if (condition == !$spots_absent) {
-    echo(condition, $spots_absent, "Y");
     translate(xy * (spot_gap + spot_dia) * sqrt(0.5))
       circle(r= spot_dia/2 +
             ($spots_plusgap ? multicolour_gap : 0));
-  } else {
-    echo(condition, $spots_absent, "N");
   }
 }