diff --git a/src/chat_gui4.cpp b/src/chat_gui4.cpp index e220c3d..1fc847b 100644 --- a/src/chat_gui4.cpp +++ b/src/chat_gui4.cpp @@ -624,7 +624,7 @@ float ChatGui4::render(float time_delta) { std::cout << "CG: created view begin ts with " << old_begin_ts << "\n"; _rmm.throwEventConstruct(cg_view.begin); } else { - std::cout << "CG: updated view begin ts to " << old_begin_ts << "\n"; + //std::cout << "CG: updated view begin ts to " << old_begin_ts << "\n"; _rmm.throwEventUpdate(cg_view.begin); } } @@ -638,7 +638,7 @@ float ChatGui4::render(float time_delta) { std::cout << "CG: created view end ts with " << old_end_ts << "\n"; _rmm.throwEventConstruct(cg_view.end); } else { - std::cout << "CG: updated view end ts to " << old_end_ts << "\n"; + //std::cout << "CG: updated view end ts to " << old_end_ts << "\n"; _rmm.throwEventUpdate(cg_view.end); } } diff --git a/src/fragment_store/message_fragment_store.cpp b/src/fragment_store/message_fragment_store.cpp index 61fb968..ade8203 100644 --- a/src/fragment_store/message_fragment_store.cpp +++ b/src/fragment_store/message_fragment_store.cpp @@ -91,7 +91,7 @@ void MessageFragmentStore::handleMessage(const Message3Handle& m) { _potentially_dirty_contacts.emplace(m.registry()->ctx().get()); // always mark dirty here if (m.any_of()) { // not an actual message, but we probalby need to check and see if we need to load fragments - std::cout << "MFS: new or updated curser\n"; + //std::cout << "MFS: new or updated curser\n"; return; }