log layout efficiency to console

--HG--
branch : develop
This commit is contained in:
Andrey Ushakov 2019-12-08 00:18:00 +03:00
parent 1c6ff72b23
commit 82bad42a3c

View file

@ -342,6 +342,7 @@ bool MainWindowsNoGUI::GenerateLayout(VLayoutGenerator& lGenerator)
isLayoutStale = false;
papersCount = lGenerator.PapersCount();
hasResult = true;
qDebug() << "Layout efficiency: " << efficiency;
}
else
{