summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-03 17:02:18 +0100
committerCarl Hetherington <cth@carlh.net>2016-10-03 17:02:18 +0100
commitb3129039b41d26ef37ed8395a37853bb2f8360a5 (patch)
tree4716161a0addc00ef4f4e7ce0ad6c64aa43013d8
parent8aa72576ab7befa05820fd92c831efd346b6c088 (diff)
Remove some debug code.
-rw-r--r--src/wx/job_view.cc2
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 */