diff --git a/src/wallet/wallets_manager.cpp b/src/wallet/wallets_manager.cpp index 85cb5477..54c8b4f5 100644 --- a/src/wallet/wallets_manager.cpp +++ b/src/wallet/wallets_manager.cpp @@ -107,10 +107,10 @@ bool wallets_manager::init(int argc, char* argv[], view::i_view* pview_handler) // setup custom callstack retrieving function epee::misc_utils::get_callstack(tools::get_callstack); -#ifndef IOS_BUILD +//#ifndef IOS_BUILD // setup custom terminate functions std::set_terminate(&terminate_handler_func); -#endif +//#endif //#if !defined(NDEBUG) // log_space::log_singletone::add_logger(LOGGER_DEBUGGER, nullptr, nullptr); //#endif