Skip to content

Commit

Permalink
Merge pull request #4880 from jmcrawford45/rm-log
Browse files Browse the repository at this point in the history
remove noisy, unactionable log
  • Loading branch information
jmcrawford45 committed Jun 20, 2024
2 parents 1d74472 + 1ccbe6c commit 3bdd5fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lemur/certificates/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,6 @@ def extensions(self):
return_extensions["crl_distribution_points"] = {
"include_crl_dp": value
}

# TODO: Not supporting custom OIDs yet. https://github.com/Netflix/lemur/issues/665
else:
current_app.logger.warning(
"Custom OIDs not yet supported for clone operation."
)
except InvalidCodepoint as e:
capture_exception()
current_app.logger.warning(
Expand Down

0 comments on commit 3bdd5fe

Please sign in to comment.