Remove useless debug check

This commit is contained in:
Danny Robson 2014-03-03 14:34:35 +11:00
parent 95c6d56cf9
commit fe7d507c28

View File

@ -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<json::node> (__root);
}