diff --git a/backend/danswer/connectors/gitlab/connector.py b/backend/danswer/connectors/gitlab/connector.py index 81aeae5191f..39ec443e709 100644 --- a/backend/danswer/connectors/gitlab/connector.py +++ b/backend/danswer/connectors/gitlab/connector.py @@ -253,6 +253,5 @@ def poll_source( "gitlab_url": os.environ["GITLAB_URL"], } ) - document_batches = connector.load_from_state() print(next(document_batches))