diff --git a/src/fragment_store/message_fragment_store.cpp b/src/fragment_store/message_fragment_store.cpp index 49e3f809..f375e609 100644 --- a/src/fragment_store/message_fragment_store.cpp +++ b/src/fragment_store/message_fragment_store.cpp @@ -592,7 +592,7 @@ float MessageFragmentStore::tick(float time_delta) { } if (!_potentially_dirty_contacts.empty()) { - std::cout << "MFS: pdc\n"; + //std::cout << "MFS: pdc\n"; // here we check if any view of said contact needs frag loading // only once per tick tho @@ -646,7 +646,7 @@ float MessageFragmentStore::tick(float time_delta) { } } // no new visible fragment - std::cout << "MFS: no new frag directly visible\n"; + //std::cout << "MFS: no new frag directly visible\n"; // now, finally, check for adjecent fragments that need to be loaded // we do this by finding the outermost fragment in a rage, and extend it by one