diff options
author | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-02-12 09:24:06 -0500 |
---|---|---|
committer | Mike Gerwitz <mike.gerwitz@rtspecialty.com> | 2018-09-11 09:30:53 -0400 |
commit | ee179645f757e8ba509c0707f431975b8f085554 (patch) | |
tree | ded0fd61092dfaa7fffcc329f45e571674d05783 | |
parent | 7dbcce3403ad9b939e6803a573751e4719aaeafe (diff) | |
download | tame-ee179645f757e8ba509c0707f431975b8f085554.tar.gz tame-ee179645f757e8ba509c0707f431975b8f085554.tar.bz2 tame-ee179645f757e8ba509c0707f431975b8f085554.zip |
vector/arithmetic: Remove accidentally committed debug-to-console
Noticed this when running a rater in an interactive terminal.
* vector/arithmetic.xml (_mproduct): Remove `debug-to-console'.
-rw-r--r-- | core/vector/arithmetic.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/core/vector/arithmetic.xml b/core/vector/arithmetic.xml index a84c500..99b84ef 100644 --- a/core/vector/arithmetic.xml +++ b/core/vector/arithmetic.xml @@ -158,9 +158,7 @@ desc="Second vector"> <c:value-of name="matrix_b"> <c:index> - <c:debug-to-console> - <c:value-of name="k" /> - </c:debug-to-console> + <c:value-of name="k" /> </c:index> </c:value-of> </c:value> |