From a71278af3d686dbc85e8abfb9b63329868ed68ff Mon Sep 17 00:00:00 2001 From: Garth Minette Date: Thu, 28 Jan 2021 17:29:35 -0800 Subject: [PATCH] Removed echo. --- common.scad | 1 - version.scad | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.scad b/common.scad index b525881..18dbb54 100644 --- a/common.scad +++ b/common.scad @@ -554,7 +554,6 @@ function segs(r) = // } module no_children(count) { assert($children==0, "Module no_children() does not support child modules"); - echo(parents=$parent_modules); if ($parent_modules>0) { assert(count==0, str("Module ",parent_module(1),"() does not support child modules")); } diff --git a/version.scad b/version.scad index 4624dd3..84fac7f 100644 --- a/version.scad +++ b/version.scad @@ -6,7 +6,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,548]; +BOSL_VERSION = [2,0,549]; // Section: BOSL Library Version Functions