We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513b67a commit 228c019Copy full SHA for 228c019
src/util/ui_message.cpp
@@ -294,11 +294,6 @@ void ui_message_handlert::json_ui_msg(
294
const std::string timestamp = time->stamp();
295
if(!timestamp.empty())
296
result["timestamp"] = json_stringt(timestamp);
297
-
298
- // By convention a leading comma is created by every new array entry.
299
- // The first entry is generated in the constructor and does not have
300
- // a trailing comma.
301
- std::cout << ",\n" << result;
302
}
303
304
void ui_message_handlert::flush(unsigned level)
0 commit comments