Remove useless debug check
This commit is contained in:
parent
95c6d56cf9
commit
fe7d507c28
@ -289,8 +289,6 @@ json::parse (const char *start,
|
|||||||
if (!__success)
|
if (!__success)
|
||||||
throw parse_error ("unable to parse json");
|
throw parse_error ("unable to parse json");
|
||||||
|
|
||||||
//__root->print (cout) << endl;
|
|
||||||
CHECK (*__root == *__root);
|
|
||||||
return std::unique_ptr<json::node> (__root);
|
return std::unique_ptr<json::node> (__root);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user