mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Remove unnecessary qDebugs
This commit is contained in:
parent
2730fd4b4a
commit
35b2fb22b4
|
@ -995,7 +995,6 @@ void BrowserWindow::createEncodingMenu(QMenu* menu)
|
|||
isoCodecs << codecName;
|
||||
}
|
||||
else if (codecName.startsWith(QLatin1String("UTF")) && !utfCodecs.contains(codecName)) {
|
||||
qDebug() << codecName << QTextCodec::codecForName(codecName.toUtf8())->mibEnum();
|
||||
utfCodecs << codecName;
|
||||
}
|
||||
else if (codecName.startsWith(QLatin1String("windows"))
|
||||
|
|
|
@ -462,8 +462,6 @@ void WebPage::frameInitialLayoutCompleted()
|
|||
if (!frame)
|
||||
return;
|
||||
|
||||
qDebug() << frame;
|
||||
|
||||
// Autofill
|
||||
m_passwordEntries = mApp->autoFill()->completeFrame(frame);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user