diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-03 17:02:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-03 17:02:18 +0100 |
| commit | b3129039b41d26ef37ed8395a37853bb2f8360a5 (patch) | |
| tree | 4716161a0addc00ef4f4e7ce0ad6c64aa43013d8 | |
| parent | 8aa72576ab7befa05820fd92c831efd346b6c088 (diff) | |
Remove some debug code.
| -rw-r--r-- | src/wx/job_view.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/job_view.cc b/src/wx/job_view.cc index f9a8fb089..798e353a9 100644 --- a/src/wx/job_view.cc +++ b/src/wx/job_view.cc @@ -42,8 +42,6 @@ JobView::setup () { int n = insert_position (); - std::cout << "insert @ " << n << "\n"; - _gauge_message = new wxBoxSizer (wxVERTICAL); _gauge = new wxGauge (_container, wxID_ANY, 100); /* This seems to be required to allow the gauge to shrink under OS X */ |
