Remove debug import of time

Change-Id: I847f7c1a641d85a9f0d74c04a94463c515337c7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128819
Tested-by: Jenkins
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
diff --git a/sw/qa/uitest/writer_tests5/tdf106899.py b/sw/qa/uitest/writer_tests5/tdf106899.py
index 389552e..bd77c29 100644
--- a/sw/qa/uitest/writer_tests5/tdf106899.py
+++ b/sw/qa/uitest/writer_tests5/tdf106899.py
@@ -10,7 +10,6 @@
import org.libreoffice.unotest
from uitest.framework import UITestCase
from uitest.uihelper.common import get_url_for_data_file
import time

class tdf106899(UITestCase):

@@ -38,7 +37,7 @@ class tdf106899(UITestCase):
            xCursor.gotoRange(xDocumentIndex.getAnchor().getEnd(), False)
            xCursor.gotoStartOfParagraph(True)

            # Without the fix in place the index does not contain the ut8 index entry
            # Without the fix in place the index does not contain the utf8 index entry
            self.assertEqual("Nguyễn Khánh" in xCursor.getString(), True)

# vim: set shiftwidth=4 softtabstop=4 expandtab: