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) (ignore 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
@@ -115,5 +115,4 @@ void MyPty::donePty()
if (m_cpid) {
- qWarning("killing!!!");
kill(m_cpid, SIGHUP);
//waitpid(m_cpid, &status, 0);
@@ -135,5 +134,4 @@ const char* MyPty::deviceName()
void MyPty::error()
{
- qWarning("error");
// This is code from the Qt DumbTerminal example
donePty();
@@ -269,5 +267,4 @@ void MyPty::reload( const Profile& ) {
void MyPty::send(const QByteArray& ar)
{
- qWarning("sending!");
#ifdef VERBOSE_DEBUG
// verbose debug
@@ -284,5 +281,4 @@ void MyPty::send(const QByteArray& ar)
void MyPty::readPty()
{
- qWarning("read");
QByteArray buf(4096);
@@ -290,7 +286,5 @@ void MyPty::readPty()
if (len == -1 || len == 0) {
- qWarning("donePty!!! now!");
donePty();
- qWarning("return %s", sender()->className() );
delete sender();
return;