diff --git a/server/function_map.hh b/server/function_map.hh index a30f82f..bed2e43 100644 --- a/server/function_map.hh +++ b/server/function_map.hh @@ -132,9 +132,6 @@ public: try { const js::Array ret_ = ret.get_array()[0].get_array(); -#ifndef NDEBUG - std::string _ret_ = js::write(ret_); -#endif return ret_; } catch (std::runtime_error&) {