diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 19:33:05 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 19:33:05 (GMT) |
commit | e63218f2de251e21adf50a705bc9f35483f0baab (patch) | |
tree | 4c6764337e58df69ffa0f84b8cef6ade9f753f77 /src/linearextrude.cc | |
parent | e1e2fac61b6b00152b7b4cc2f9a3b6b52a827eff (diff) |
remove debugging
Diffstat (limited to 'src/linearextrude.cc')
-rw-r--r-- | src/linearextrude.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/linearextrude.cc b/src/linearextrude.cc index 8b4d069..586e930 100644 --- a/src/linearextrude.cc +++ b/src/linearextrude.cc @@ -56,10 +56,6 @@ AbstractNode *LinearExtrudeModule::evaluate(const Context *ctx, const ModuleInst std::vector<Expression*> argexpr; Context c(ctx); - for ( int i = 0 ; i < inst->argnames.size() ; i++ ) { - std::cout << "n: " << inst->argnames[i] << "\n" ; - std::cout << "v: " << inst->argvalues[i] << "\n"; - } c.args(argnames, argexpr, inst->argnames, inst->argvalues); node->fn = c.lookup_variable("$fn").num; |