From be14c1b09f9105c774c8daa9dbfbdea35a103501 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 24 Feb 2020 11:42:42 +0100 Subject: uitest: remove print MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d5536cf32c83e78cf2fc29079f226340617e36f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89336 Tested-by: Jenkins Reviewed-by: Xisco FaulĂ­ --- sw/qa/uitest/writer_tests/trackedChanges.py | 1 - 1 file changed, 1 deletion(-) 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 = [ -- cgit