summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/piraha/Call.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/piraha/Call.cc b/src/piraha/Call.cc
index 70d4adab..78dbec32 100644
--- a/src/piraha/Call.cc
+++ b/src/piraha/Call.cc
@@ -815,7 +815,6 @@ extern "C" int cctk_PirahaParser(const char *buffer,unsigned long buffersize,int
val = smv->copy();
assert(smv.valid());
values[thorn][key] = smv;
- std::cout << "set_function(" << key << "," << val << ")" << std::endl;
smv->integerize();
if(data != NULL) {
if(data->type == PARAMETER_REAL)
@@ -837,7 +836,6 @@ extern "C" int cctk_PirahaParser(const char *buffer,unsigned long buffersize,int
smart_ptr<Value> smv = meval(aexpr);
val = smv->copy();
values[thorn][keyi.str()] = smv;
- std::cout << "set_function_array(" << keyi.str() << "," << val << ")" << std::endl;
if(data != NULL) {
if(data->type == PARAMETER_REAL)
smv->integerize();