mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 22:43:59 +02:00
remove debug echo
This commit is contained in:
@@ -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]
|
||||||
) :
|
) :
|
||||||
|
Reference in New Issue
Block a user