This commit is contained in:
jl777
2019-02-20 23:28:57 -11:00
parent 0cc4ef9d90
commit 13ba8a70ca
3 changed files with 4 additions and 4 deletions

View File

@@ -5417,7 +5417,7 @@ UniValue cclib(const UniValue& params, bool fHelp)
if ( params.size() == 3 )
{
jsonstr = (char *)params[2].get_str().c_str();
fprintf(stderr,"params.(%s %s %s)\n",params[0].get_str().c_str(),params[1].get_str().c_str(),jsonstr);
//fprintf(stderr,"params.(%s %s %s)\n",params[0].get_str().c_str(),params[1].get_str().c_str(),jsonstr);
}
}
cp = CCinit(&C,evalcode);