Skip to content

Commit

Permalink
#95: Remove line that was logging nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 committed Oct 18, 2019
1 parent c74c0cf commit c936c2e
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 c936c2e

Please sign in to comment.