From e0196ded31ea0fd94ea37aed110e973828e091db Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 12 Apr 2018 21:06:11 +0300 Subject: [PATCH] Test --- src/univalue/lib/univalue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/univalue/lib/univalue.cpp b/src/univalue/lib/univalue.cpp index 446d2cabd..bfb4a7d63 100644 --- a/src/univalue/lib/univalue.cpp +++ b/src/univalue/lib/univalue.cpp @@ -310,7 +310,7 @@ const std::string& UniValue::get_str() const { if (typ != VSTR) { - fprintf(stderr,"typ.%d VSTR %d\n",(int32_t)typ,(int32_t)VSTR); + //fprintf(stderr,"typ.%d VSTR %d\n",(int32_t)typ,(int32_t)VSTR); throw std::runtime_error("JSON value is not a string as expected"); } return getValStr();