diff libinterp/dldfcn/__init_fltk__.cc @ 26002:8c3e5b727e8f

* __init_fltk__.cc: Eliminate some old commented debugging code.
author John W. Eaton <jwe@octave.org>
date Thu, 01 Nov 2018 14:35:35 -0400
parents baeb93e9febc
children 0249ba4c9589 5b4b46f7e9ec
line wrap: on
line diff
--- a/libinterp/dldfcn/__init_fltk__.cc	Thu Nov 01 13:52:23 2018 -0400
+++ b/libinterp/dldfcn/__init_fltk__.cc	Thu Nov 01 14:35:35 2018 -0400
@@ -152,8 +152,6 @@
 
   void print (const std::string& cmd, const std::string& term)
   {
-    //std::cout << "OpenGL_fltk::print(cmd=" << cmd << ", term=" << term << ") canvas size = " << w () << 'x' << h () << std::endl;
-
     octave::gl2ps_print (m_glfcns, gh_manager::get_object (m_number),
                          cmd, term);
   }
@@ -1467,8 +1465,6 @@
 
     if (! m_fp.is_beingdeleted ())
       {
-        //std::cout << "plot_window::handle event = " <<  fl_eventnames[event] << std::endl;
-
         // FLTK resends keyboard events with flipped case if all
         // widgets rejects the event.
         // See Event Propagation http://www.fltk.org/doc-1.3/events.html
@@ -1825,7 +1821,7 @@
               break;
             }
       }
-    //std::cout << "plot_window::handle wasn't interested in event " <<  fl_eventnames[event] << std::endl;
+
     return Fl_Window::handle (event);
   }
 };