diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-12 01:09:09 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-12 09:50:15 +0200 |
commit | 21f5966f123e20251a3ab7535b669693be1d8e6a (patch) | |
tree | 53169759b48ca62ab45bca96d733732d6141b9c4 /uitest/libreoffice | |
parent | 42aac9ef70d459dc85cb77333a08a4c9ab52955c (diff) |
remove debug print statement
Change-Id: I419dd9311bc4fbb9fcd2e73a83c5272ecbec242d
Reviewed-on: https://gerrit.libreoffice.org/38680
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'uitest/libreoffice')
-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 81f10ab36910..cc1e6acd2b0f 100644 --- a/uitest/libreoffice/connection.py +++ b/uitest/libreoffice/connection.py @@ -82,7 +82,6 @@ class OfficeConnection: if 'LIBO_LANG' in environ: env = environ env['LC_ALL'] = environ['LIBO_LANG'] - print(env) self.pro = subprocess.Popen(argv, env=env) return self.pro |