Remove useless debug printout
This commit is contained in:
parent
45da184f53
commit
b551fad9ee
1 changed files with 0 additions and 5 deletions
|
@ -462,11 +462,6 @@ try {
|
|||
pdfWriter.setPageSize(pageSize);
|
||||
pdfWriter.setResolution(resolution);
|
||||
|
||||
QPagedPaintDevice::Margins tmpMargins = pdfWriter.margins();
|
||||
qDebug() << tmpMargins.top << tmpMargins.right << tmpMargins.bottom << tmpMargins.left;
|
||||
|
||||
|
||||
|
||||
qreal docHeight = pageSize.sizePixels(resolution).height();
|
||||
|
||||
QTextDocument doc;
|
||||
|
|
Loading…
Reference in a new issue