remove debug message

This commit is contained in:
Paul Davis 2014-02-13 18:18:53 -05:00
parent e9e08f59ce
commit 1a9076c0ba

View 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;
}