Skip to content
Snippets Groups Projects
Commit ef8491f1 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-717: logging

parent ed2e537f
No related branches found
No related tags found
1 merge request!447TMSS-717: merge commissioning fixes back to master
......@@ -236,7 +236,6 @@ bool TMSSBridge::httpQuery(const string& target, string &result, const string& q
curl_global_cleanup();
LOG_INFO_STR(string("[") << query_method << "] code=" << httpCode << " " << url);
LOG_INFO_STR(result);
if (httpCode == 200) {
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment