Skip to content

Commit

Permalink
UIDummy: skip state dump, it is too expensive for the logbox
Browse files Browse the repository at this point in the history
more notes in voorkant#93
  • Loading branch information
Habbie committed May 20, 2024
1 parent a8533b5 commit cb577a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uicomponents/UIComponents.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ void UIDummy::update()
{
auto state = entity->getJsonState();
g_log << Logger::Debug << "We received a UIupdate for " << entity->name << ":" << std::endl;
g_log << Logger::Debug << state.dump(2) << std::endl;
// g_log << Logger::Debug << state.dump(2) << std::endl; - commented because of #93
};

0 comments on commit cb577a4

Please sign in to comment.