diff --git a/repertory/librepertory/src/providers/base_provider.cpp b/repertory/librepertory/src/providers/base_provider.cpp index 585d5086..3d029b21 100644 --- a/repertory/librepertory/src/providers/base_provider.cpp +++ b/repertory/librepertory/src/providers/base_provider.cpp @@ -507,7 +507,6 @@ void base_provider::process_removed_files(std::deque removed_list, } void base_provider::process_removed_items(const stop_type &stop_requested) { - event_system::instance().raise("duh"); auto list = db3_->get_api_path_list(); [[maybe_unused]] auto res = std::all_of(list.begin(), list.end(), [&](auto &&api_path) -> bool { @@ -562,7 +561,6 @@ void base_provider::process_removed_items(const stop_type &stop_requested) { return not stop_requested; }); - event_system::instance().raise("duh"); } void base_provider::remove_deleted_items(const stop_type &stop_requested) {