diff options
| author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 19:33:20 (GMT) |
|---|---|---|
| committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 19:33:20 (GMT) |
| commit | 352af3eab0870519cab1e5ca93dde0ff9d20e540 (patch) | |
| tree | 7f160cc03394ef4e26b69aedaffdf396d2c48035 | |
| parent | e63218f2de251e21adf50a705bc9f35483f0baab (diff) | |
removed debugging
| -rw-r--r-- | src/linearextrude.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/linearextrude.cc b/src/linearextrude.cc index 586e930..28ca30a 100644 --- a/src/linearextrude.cc +++ b/src/linearextrude.cc @@ -45,8 +45,6 @@ public: virtual AbstractNode *evaluate(const Context *ctx, const ModuleInstantiation *inst) const; }; -#include <iostream> - AbstractNode *LinearExtrudeModule::evaluate(const Context *ctx, const ModuleInstantiation *inst) const { LinearExtrudeNode *node = new LinearExtrudeNode(inst); |
