Commit dca8b685 authored by delanoe's avatar delanoe

[CLEAN] removing code that is not used any more.

parent 5590ab8a
...@@ -78,10 +78,7 @@ class Graph(APIView): ...@@ -78,10 +78,7 @@ class Graph(APIView):
options = ['start', 'end', 'threshold', 'distance', 'cooc_id' ] options = ['start', 'end', 'threshold', 'distance', 'cooc_id' ]
return JsonHttpResponse({ # Test function
'log': "Ceci est un message",
}, 400)
if field1 in accepted_field1 : if field1 in accepted_field1 :
if field2 in accepted_field2 : if field2 in accepted_field2 :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment