Skip to content

Commit

Permalink
disable exmo debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalisator committed Dec 18, 2017
1 parent 7e42345 commit 3d0f636
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/exchanges/exmo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,9 @@ json_t* authRequest(Parameters &params, const char *request, std::string options
auto ret = exchange.postRequest(req,
make_slist(begin(headers), end(headers)));
// debug
auto dump = json_dumps(ret, 0);
*params.logFile << "<Exmo> Debug, Server Return Message: " << dump << std::endl << std::endl;
free(dump);
//auto dump = json_dumps(ret, 0);
//*params.logFile << "<Exmo> Debug, Server Return Message: " << dump << std::endl << std::endl;
//free(dump);

return ret;
}
Expand Down

0 comments on commit 3d0f636

Please sign in to comment.