aboutsummaryrefslogtreecommitdiffstats
path: root/harvester_submit_week_for_approval.py
diff options
context:
space:
mode:
Diffstat (limited to 'harvester_submit_week_for_approval.py')
-rw-r--r--harvester_submit_week_for_approval.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/harvester_submit_week_for_approval.py b/harvester_submit_week_for_approval.py
index 4b2bc6a..7c96de6 100644
--- a/harvester_submit_week_for_approval.py
+++ b/harvester_submit_week_for_approval.py
@@ -92,7 +92,4 @@ if __name__ == "__main__":
driver = login(driver, wait)
driver = submit_week_for_approval(driver, wait)
- print(driver.page_source)
-
- # import time; time.sleep(20)
driver.quit()