diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-02-24 11:42:42 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2020-02-24 13:28:04 +0100 |
commit | be14c1b09f9105c774c8daa9dbfbdea35a103501 (patch) | |
tree | a8d30c09618a9173bad1831c73cfb5d41130473c | |
parent | 634a9ba15d65b6fdc506326e6b49b4b957c5cfcb (diff) |
uitest: remove print
Change-Id: I8d5536cf32c83e78cf2fc29079f226340617e36f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89336
Tested-by: Jenkins
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r-- | sw/qa/uitest/writer_tests/trackedChanges.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/uitest/writer_tests/trackedChanges.py b/sw/qa/uitest/writer_tests/trackedChanges.py index 702faafdaa07..1fb999e6309f 100644 --- a/sw/qa/uitest/writer_tests/trackedChanges.py +++ b/sw/qa/uitest/writer_tests/trackedChanges.py @@ -172,7 +172,6 @@ class trackedchanges(UITestCase): self.ui_test.execute_modeless_dialog_through_command(".uno:AcceptTrackedChanges") xTrackDlg = self.xUITest.getTopFocusWindow() - print(xTrackDlg.getChildren()) changesList = xTrackDlg.getChild("writerchanges") resultsAccept = [ |