Remove debug code.
authorCarl Hetherington <cth@carlh.net>
Wed, 29 Aug 2018 09:57:00 +0000 (10:57 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 Aug 2018 10:58:18 +0000 (11:58 +0100)
src/wx/recreate_chain_dialog.cc

index b59e99ddcf82295513fae2082affbbb9ed2466ca..9b767c927dacf9000afa1b0f7d350adaf3dbab4f 100644 (file)
@@ -47,6 +47,5 @@ RecreateChainDialog::RecreateChainDialog (wxWindow* parent)
 void
 RecreateChainDialog::shut_up (wxCommandEvent& ev)
 {
-       std::cout << "set nagged " << ev.IsChecked() << "\n";
        Config::instance()->set_nagged (Config::NAG_BAD_SIGNER_CHAIN, ev.IsChecked());
 }