summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/ProcessHandler.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/ProcessHandler.java')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 35b32999cb4a..012a38fd0a47 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -380,7 +380,6 @@ public class ProcessHandler
if (sOutputText.length() == memText.length())
{
changedText = false;
- // dbg("runCommand Could not detect changes in output stream!!!");
}
hangcheck = 10;
memText = this.getOutputText();
@@ -670,11 +669,6 @@ public class ProcessHandler
log.println("Process has been destroyed!");
}
}
-// Removed as hung up in SDK test 'PathSettings'
-// try {
-// stdout.join();
-// stderr.join();
-// } catch (InterruptedException e) {}
return isFinished();
}