forked from lthn/blockchain
got rid of console messages
This commit is contained in:
parent
07a1cde8f9
commit
034e4e0296
2 changed files with 1 additions and 4 deletions
|
|
@ -73,12 +73,11 @@ namespace epee
|
|||
}
|
||||
if (!deinit_called)
|
||||
{
|
||||
std::cout << "[ENTERING DESTROY CALLBACK]: " << std::endl;
|
||||
|
||||
if (static_destroy_handler)
|
||||
static_destroy_handler();
|
||||
|
||||
deinit_called = true;
|
||||
std::cout << "[DESTROY CALLBACK FINISHED]: " << std::endl;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
@ -89,7 +88,6 @@ namespace epee
|
|||
{
|
||||
~wrapper()
|
||||
{
|
||||
std::cout << "[DESTROYING STATIC]: " << typeid(t_base).name() << std::endl;
|
||||
set_or_call_on_destruct();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -891,7 +891,6 @@ std::string wallets_manager::generate_wallet(const std::wstring& path, const std
|
|||
#else
|
||||
LOG_ERROR("Unexpected location reached");
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
try
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue