Bin leftover verbose dump of part of a tile
This commit is contained in:
parent
f09c84e809
commit
1f6eabafce
1 changed files with 0 additions and 6 deletions
|
@ -1093,12 +1093,6 @@ public:
|
|||
renderArea.getWidth() << ", " << renderArea.getHeight() << ") " <<
|
||||
" rendered in " << (elapsed/1000.) << " ms (" << area / elapsed << " MP/s).");
|
||||
|
||||
auto& log = Log::logger();
|
||||
if (log.trace()) {
|
||||
LOG_TRC("Dump of middle of rendered tile");
|
||||
log.dump("", pixmap.data() + pixmapSize/2 - 32, 64);
|
||||
}
|
||||
|
||||
const auto mode = static_cast<LibreOfficeKitTileMode>(_loKitDocument->getTileMode());
|
||||
|
||||
std::vector<char> output;
|
||||
|
|
Loading…
Reference in a new issue