diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-10 16:47:50 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-07-13 11:29:55 +0200 |
commit | 647176064429c94b16ae2ce02963e2d0e85b9cbc (patch) | |
tree | 8f419e5acf3fc11f316dde9ff83f9aac06d63a63 /uitest | |
parent | 4ebbb996ac159f57e0730c938667535af148cae1 (diff) |
uitest: remove print statement
Change-Id: I1065acf0f2406881532e75459bfddbdb7967ad8b
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/libreoffice/connection.py | 1 |
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 |