* Comment out many debugging messages

* Experimental optimization, disable kerning since this is not required
  with the mono-spaced fonts which are used in the terminal.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682702
This commit is contained in:
Robert Knight
2007-07-03 09:14:21 +00:00
parent 497c658dc1
commit 72241ef4a6
14 changed files with 44 additions and 37 deletions

View File

@@ -204,7 +204,7 @@ void KeyBindingEditor::setupKeyBindingTable(const KeyboardTranslator* translator
QList<KeyboardTranslator::Entry> entries = translator->entries();
_ui->keyBindingTable->setRowCount(entries.count());
qDebug() << "Keyboard translator has" << entries.count() << "entries.";
//qDebug() << "Keyboard translator has" << entries.count() << "entries.";
for ( int row = 0 ; row < entries.count() ; row++ )
{