summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-10 16:47:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-07-13 11:29:55 +0200
commit647176064429c94b16ae2ce02963e2d0e85b9cbc (patch)
tree8f419e5acf3fc11f316dde9ff83f9aac06d63a63 /uitest
parent4ebbb996ac159f57e0730c938667535af148cae1 (diff)
uitest: remove print statement
Change-Id: I1065acf0f2406881532e75459bfddbdb7967ad8b
Diffstat (limited to 'uitest')
-rw-r--r--uitest/libreoffice/connection.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/uitest/libreoffice/connection.py b/uitest/libreoffice/connection.py
index 86c5d66f43c9..a39b42f2f0ce 100644
--- a/uitest/libreoffice/connection.py
+++ b/uitest/libreoffice/connection.py
@@ -63,7 +63,6 @@ class OfficeConnection:
argv.insert(2, "run")
argv.insert(3, "--args")
argv[4] = argv[4].replace("soffice", "soffice.bin")
- print(argv)
self.pro = subprocess.Popen(argv)
return self.pro