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/filereceive.cpp') diff --git a/noncore/apps/opie-console/filereceive.cpp b/noncore/apps/opie-console/filereceive.cpp index 26b3dec..e517862 100644 --- a/noncore/apps/opie-console/filereceive.cpp +++ b/noncore/apps/opie-console/filereceive.cpp @@ -135,13 +135,11 @@ void FileReceive::setupChild() { void FileReceive::slotRead() { QByteArray ar(4096); int len = read(m_comm[0], ar.data(), 4096 ); - qWarning("slot read %d", len); for (int i = 0; i < len; i++ ) { // printf("%c", ar[i] ); } ar.resize( len ); QString str( ar ); - qWarning(str.simplifyWhiteSpace() ); } void FileReceive::slotExec() { char buf[2]; -- cgit v0.9.0.2