Skip to content

Commit

Permalink
Merge pull request #97 from ral-facilities/95_logging_nothing
Browse files Browse the repository at this point in the history
Remove empty log line
  • Loading branch information
keiranjprice101 authored Oct 18, 2019
2 parents 8191110 + c936c2e commit 9e624a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def requires_session_id(method):
:param method: The method for the endpoint
:returns a 403, "Forbidden" if a valid session_id is not provided with the request
"""
log.info("")


@wraps(method)
def wrapper_requires_session(*args, **kwargs):
Expand Down

0 comments on commit 9e624a1

Please sign in to comment.