summaryrefslogtreecommitdiff
path: root/src/fun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fun.cpp')
-rw-r--r--src/fun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fun.cpp b/src/fun.cpp
index 7e30688..4eeb24c 100644
--- a/src/fun.cpp
+++ b/src/fun.cpp
@@ -183,7 +183,7 @@ extern "C"
}
catch (const octave::execution_exception&)
{
- std::cerr << "error encountered in Octave evaluator!" << std::endl;
+ //std::cerr << "error encountered in Octave evaluator!" << std::endl;
return 1;
}
return 0;