13
0

canvas: remove debug output

This commit is contained in:
Paul Davis 2021-07-27 20:39:17 -06:00
parent d6e9805c93
commit 4a700f270d

View File

@ -125,9 +125,9 @@ Canvas::render (Rect const & area, Cairo::RefPtr<Cairo::Context> const & context
#ifdef CANVAS_DEBUG #ifdef CANVAS_DEBUG
if (debug_render || DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) { if (debug_render || DEBUG_ENABLED(PBD::DEBUG::CanvasRender)) {
cerr << this << " RENDER: " << area << endl; cerr << this << " RENDER: " << area << endl;
//cerr << "CANVAS @ " << this << endl; // cerr << "CANVAS @ " << this << endl;
//dump (cerr); // dump (cerr);
//cerr << "-------------------------\n"; // cerr << "-------------------------\n";
} }
#endif #endif