euscanwww/views: remove old FIXME
Signed-off-by: Corentin Chary <corentincj@iksaif.net>
This commit is contained in:
parent
9507d5ac4b
commit
70ac94474e
@ -97,7 +97,6 @@ def world(request):
|
||||
def world_scan(request):
|
||||
packages = []
|
||||
|
||||
# FIXME
|
||||
if 'world' in request.FILES:
|
||||
data = request.FILES['world'].read()
|
||||
elif 'packages' in request.POST:
|
||||
|
Loading…
Reference in New Issue
Block a user