Skip to content

Commit

Permalink
Remove superfluous loggin.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 19, 2020
1 parent f46db11 commit a8bdbb3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyramid_skosprovider/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,8 @@ def get_conceptscheme(self):
)
def get_conceptscheme_jsonld(self):
scheme_id = self.request.matchdict['scheme_id']
log.debug(scheme_id)
provider = self.skos_registry.get_provider(scheme_id)
log.debug(provider)
if not provider:
log.warning('no provider')
log.debug(provider)
return HTTPNotFound()
return provider.concept_scheme

Expand Down

0 comments on commit a8bdbb3

Please sign in to comment.