Remove debugging output

This commit is contained in:
Daniel Molkentin
2009-08-06 18:05:08 +02:00
parent e5c38532f5
commit 1439742dbb

View File

@@ -767,7 +767,6 @@ void HelpPlugin::activateContext()
id = context->contextHelpId();
links = m_contextHelpEngine->linksForIdentifier(id);
}
QMessageBox::warning(0, "id", id);
HelpViewer* viewer = viewerForContextMode();