mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Render: Remove obsolete debug messages
This commit is contained in:
parent
3d9873db75
commit
22c2431cc5
@ -587,9 +587,6 @@ bool Render::nextPageIsDoublePage()
|
|||||||
|
|
||||||
bool Render::previousPageIsDoublePage()
|
bool Render::previousPageIsDoublePage()
|
||||||
{
|
{
|
||||||
qWarning("Previous page is doublepage!");
|
|
||||||
qWarning("%d", currentIndex);
|
|
||||||
qWarning("%d", currentPageBufferedIndex);
|
|
||||||
if (currentIndex == 2 && Configuration::getConfiguration().getSettings()->value(COVER_IS_SP, true).toBool()) {
|
if (currentIndex == 2 && Configuration::getConfiguration().getSettings()->value(COVER_IS_SP, true).toBool()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user