summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/OfficeWatcher.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/OfficeWatcher.java')
-rw-r--r--qadevOOo/runner/helper/OfficeWatcher.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/helper/OfficeWatcher.java b/qadevOOo/runner/helper/OfficeWatcher.java
index b7381b6657db..a45b4343b18e 100644
--- a/qadevOOo/runner/helper/OfficeWatcher.java
+++ b/qadevOOo/runner/helper/OfficeWatcher.java
@@ -91,13 +91,6 @@ public class OfficeWatcher extends Thread implements share.Watcher {
final ProcessHandler pHdl = new ProcessHandler(sKillCommand);
pHdl.executeSynchronously();
-// dbg("---> Output of killoffice:");
-// dbg(pHdl.getOutputText());
-// dbg("<--- Output of killoffice");
-// dbg("---> Error output of killoffice:");
-// dbg(pHdl.getErrorText());
-// dbg("<--- Error output of killoffice");
-
}
}
ph.kill();