Skip to content

Commit 3a6db6d

Browse files
committed
removing debug statemetns flattening tests
1 parent 0762dee commit 3a6db6d

File tree

2 files changed

+311
-347
lines changed

2 files changed

+311
-347
lines changed

nodestream/pipeline/extractors/stores/splunk_extractor.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ def _normalized_query(self) -> str:
118118

119119
def get_jobs_endpoint(self) -> str:
120120
"""Get the Splunk jobs endpoint."""
121-
print(self.base_url, self.user, self.app, "base_url, user, app")
122-
print(
123-
f"{self.base_url}/servicesNS/{self.user}/{self.app}/search/jobs",
124-
"jobs_endpoint",
125-
)
126121
return f"{self.base_url}/servicesNS/{self.user}/{self.app}/search/jobs"
127122

128123
def get_results_endpoint(self, search_id: str) -> str:

0 commit comments

Comments
 (0)