From 14f4620468947eaac8939e3db0d49f49e4c5a524 Mon Sep 17 00:00:00 2001 From: sowle Date: Mon, 11 May 2020 15:52:18 +0300 Subject: [PATCH] simplewallet: debug statement removed --- src/simplewallet/simplewallet.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index e76bad79..58602e52 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -1694,8 +1694,6 @@ int main(int argc, char* argv[]) const char* const* argv = argv_vec.data(); #endif - epee::debug::get_set_enable_assert(true, false); - string_tools::set_module_name_and_folder(argv[0]); po::options_description desc_general("General options");