diff --git a/DrissionPage/base.py b/DrissionPage/base.py index 0c11dbd..c4056ed 100644 --- a/DrissionPage/base.py +++ b/DrissionPage/base.py @@ -198,7 +198,6 @@ class DrissionElement(BaseElement): loc = loc[1].lstrip('./') xpath = f'xpath:./{direction}-sibling::{loc}' - print(xpath) nodes = self._ele(xpath, timeout=timeout, single=False) nodes = [e for e in nodes if not (isinstance(e, str) and sub('[ \n\t\r]', '', e) == '')]