Remove some debug code.
authorCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 16:02:18 +0000 (17:02 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 3 Oct 2016 16:02:18 +0000 (17:02 +0100)
src/wx/job_view.cc

index f9a8fb08956f0df2a92f2f9d60595cad2893a5d6..798e353a9b443b3e99bb1056d7b4977dca8f7c95 100644 (file)
@@ -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 */