summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/MyPty.cpp
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/MyPty.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/MyPty.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/apps/opie-console/MyPty.cpp b/noncore/apps/opie-console/MyPty.cpp
index ae01392..b6ae1d9 100644
--- a/noncore/apps/opie-console/MyPty.cpp
+++ b/noncore/apps/opie-console/MyPty.cpp
@@ -116,3 +116,2 @@ void MyPty::donePty()
if (m_cpid) {
- qWarning("killing!!!");
kill(m_cpid, SIGHUP);
@@ -136,3 +135,2 @@ void MyPty::error()
{
- qWarning("error");
// This is code from the Qt DumbTerminal example
@@ -270,3 +268,2 @@ void MyPty::send(const QByteArray& ar)
{
- qWarning("sending!");
#ifdef VERBOSE_DEBUG
@@ -285,3 +282,2 @@ void MyPty::readPty()
{
- qWarning("read");
QByteArray buf(4096);
@@ -291,5 +287,3 @@ void MyPty::readPty()
if (len == -1 || len == 0) {
- qWarning("donePty!!! now!");
donePty();
- qWarning("return %s", sender()->className() );
delete sender();