From 87da310279ffd4d25ea0c38bc3920f57df597a4b Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Thu, 25 Sep 2014 12:53:46 +0000 Subject: [PATCH] Removed temporary debugging print. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4363 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 69e217c4d..68e20a0ae 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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()) {