mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
remove debug echo
This commit is contained in:
parent
814975afaf
commit
5ad1fb3620
1 changed files with 1 additions and 1 deletions
|
@ -1535,7 +1535,7 @@ function _find_anchor(anchor, geom) =
|
||||||
)
|
)
|
||||||
is_string(anchor)? (
|
is_string(anchor)? (
|
||||||
anchor=="origin"? [anchor, CENTER, UP, 0]
|
anchor=="origin"? [anchor, CENTER, UP, 0]
|
||||||
: let(ff=echo(ss=anchors),found = search([anchor], anchors, num_returns_per_match=1)[0])
|
: let(found = search([anchor], anchors, num_returns_per_match=1)[0])
|
||||||
assert(found!=[], str("Unknown anchor: ",anchor))
|
assert(found!=[], str("Unknown anchor: ",anchor))
|
||||||
anchors[found]
|
anchors[found]
|
||||||
) :
|
) :
|
||||||
|
|
Loading…
Reference in a new issue