We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05be2b1 commit af10b3bCopy full SHA for af10b3b
pyclowder/connectors.py
@@ -516,12 +516,8 @@ def register_extractor(self, endpoints):
516
data = self.extractor_info
517
if self.extractor_key is not None and len(self.extractor_key) > 0:
518
data["unique_key"] = self.extractor_key
519
- logger.info("Registering extractor with key "+self.extractor_key)
520
- logger.info(endpoints)
521
522
for url in endpoints.split(','):
523
- logger.info(url)
524
- logger.info("submitting...")
525
if "unique_key" in data:
526
if url.find("?") > -1: url += "&user=%s" % self.clowder_email
527
else: url += "?user=%s" % self.clowder_email # TODO: This will not work, need an auth key matching email
0 commit comments