Remove spurious error message.

Sometimes 'success' is false without apparent reason.
Just remove the message
This commit is contained in:
Olivier Goffart 2014-02-27 16:59:07 +01:00
parent 33ae2eb19f
commit e809a59049

View file

@ -120,9 +120,7 @@ void ShibbolethWebView::slotLoadFinished(bool success)
}
if (!success) {
QMessageBox::critical(this, tr("Error loading IdP login page"),
tr("Could not load Shibboleth login page to log you in.\n"
"Please ensure that your network connection is working."));
qDebug() << Q_FUNC_INFO << "Could not load Shibboleth login page to log you in.";
}
}