Removed temporary debugging print.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4363 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2014-09-25 12:53:46 +00:00
parent 248f78d780
commit dc289f04f1
1 changed files with 0 additions and 1 deletions

View File

@ -728,7 +728,6 @@ void MainWindow::auto_tx_mode (bool state)
void MainWindow::keyPressEvent( QKeyEvent *e ) //keyPressEvent
{
qDebug () << "key: " << e->key () << " modifiers: " << e->modifiers ();
int n;
switch(e->key())
{