mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +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)? (
|
||||
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))
|
||||
anchors[found]
|
||||
) :
|
||||
|
|
Loading…
Reference in a new issue