Remove some leftovers

This commit is contained in:
guimoz 2017-01-28 16:07:34 +01:00
parent cb40ac8ee9
commit 4f8970b518

View file

@ -153,8 +153,9 @@ def playable_required(f):
@wraps(f)
def decorated_function(*args, **kwargs):
ip=get_ip()
if DEBUG and ip == '172.21.3.124':
user = get_player_from_ip(ip)
# if DEBUG and ip == '172.21.3.124':
user = get_player_from_ip(ip)
if not user:
return render_template('not_subscribed.html')