diff --git a/json.cpp.rl b/json.cpp.rl index c97105ee..b42fdb50 100644 --- a/json.cpp.rl +++ b/json.cpp.rl @@ -289,8 +289,6 @@ json::parse (const char *start, if (!__success) throw parse_error ("unable to parse json"); - //__root->print (cout) << endl; - CHECK (*__root == *__root); return std::unique_ptr (__root); }