From fe7d507c28abe45cade6e1a89ec201f7268e22d4 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Mon, 3 Mar 2014 14:34:35 +1100 Subject: [PATCH] Remove useless debug check --- json.cpp.rl | 2 -- 1 file changed, 2 deletions(-) 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); }