remove debug message
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Feb 2014 23:18:53 +0000 (18:18 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Feb 2014 23:18:53 +0000 (18:18 -0500)
libs/canvas/rectangle.cc

index e2c0b974c03a890b32fb5574b4b54568717e3385..0b7a76b8a778cc5b1befa2e0d51732fb0c81320f 100644 (file)
@@ -55,9 +55,6 @@ Rectangle::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) con
        boost::optional<Rect> r = self.intersection (area);
 
        if (!r) {
-#ifdef CANVAS_DEBUG
-               std::cerr << whatami() << '/' << name << " not covered by render area! ... " << self << " vs. " << area << std::endl;
-#endif
                return;
        }