diff --git a/content/scroll_down_content_page.py b/content/scroll_down_content_page.py index 7266cf5..832c6f8 100644 --- a/content/scroll_down_content_page.py +++ b/content/scroll_down_content_page.py @@ -31,10 +31,6 @@ def scroll_down_content_page(driver: webdriver.firefox.webdriver.WebDriver): # start_x = found_element.location["x"] start_y = found_element.location["y"] - print(start_y) - print(final_y) - print(max_height_per_step) - print("----") to_scroll = final_y - start_y try: if to_scroll > 0: