From f2e9de1c8b6d3b2b2e82dec23ebf502c5805f575 Mon Sep 17 00:00:00 2001 From: zecke Date: Tue, 15 Oct 2002 10:55:58 +0000 Subject: Remove debugging output Fix possible crashes in io_bt and io_irda --- (limited to 'noncore/apps/opie-console/mainwindow.cpp') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index b770551..94c99bc 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -263,7 +263,6 @@ QList MainWindow::sessions() { } void MainWindow::slotNew() { - qWarning("New Connection"); ProfileEditorDialog dlg(factory() ); dlg.showMaximized(); int ret = dlg.exec(); @@ -339,14 +338,12 @@ void MainWindow::slotTerminate() { } void MainWindow::slotConfigure() { - qWarning("configure"); ConfigDialog conf( manager()->all(), factory() ); conf.showMaximized(); int ret = conf.exec(); if ( QDialog::Accepted == ret ) { - qWarning("conf %d", conf.list().count() ); manager()->setProfiles( conf.list() ); manager()->save(); populateProfiles(); @@ -360,7 +357,6 @@ void MainWindow::slotConfigure() { * and set the currentSession() */ void MainWindow::slotClose() { - qWarning("close"); if (!currentSession() ) return; @@ -438,7 +434,6 @@ void MainWindow::slotOpenKeb(bool state) { } void MainWindow::slotSessionChanged( Session* ses ) { if ( ses ) { - qWarning("changing %s", ses->name().latin1() ); m_curSession = ses; if ( m_curSession->isConnected() ) { -- cgit v0.9.0.2