fix the cairo-fletcher-fluctuation
[ardour.git] / libs / gtkmm2ext / visibility_tracker.cc
index 8c7c4938128d7ded06ec6c012f7e0787f6d801dc..aac76a5021ebaabe1fddabfc5a5e617cba1816a5 100644 (file)
@@ -35,7 +35,7 @@ bool
 VisibilityTracker::handle_visibility_notify_event (GdkEventVisibility* ev)
 {
        _visibility = ev->state;
-       std::cerr << "VT: " << _window.get_title() << " vis event, fv = " << fully_visible() << " pv = " << partially_visible() << " nv = " << not_visible() << std::endl;
+       // std::cerr << "VT: " << _window.get_title() << " vis event, fv = " << fully_visible() << " pv = " << partially_visible() << " nv = " << not_visible() << std::endl;
        return false;
 }