summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-29 10:57:00 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-29 11:58:18 +0100
commitdb25f209b87834e9f71f14897a55e1c554d13148 (patch)
treec86a598d6e4a1c966ef3d7608ea41ba4bd9ba92f /src
parent9561890c51af705664ae4eeab09e73e978768a0c (diff)
Remove debug code.
Diffstat (limited to 'src')
-rw-r--r--src/wx/recreate_chain_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/recreate_chain_dialog.cc b/src/wx/recreate_chain_dialog.cc
index b59e99ddc..9b767c927 100644
--- a/src/wx/recreate_chain_dialog.cc
+++ b/src/wx/recreate_chain_dialog.cc
@@ -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());
}