contrib/opportunity: fixes unread variables
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:16:52 +0000 (16:16 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:16:52 +0000 (16:16 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

contrib/opportunity/src/opportunity_controller.nit

index f52f07d..0c3656f 100644 (file)
@@ -136,7 +136,6 @@ class OpportunityRESTAction
 
        redef fun answer(request, uri) do
                print "Received REST request from {uri}"
-               var get = request.get_args
                var req = uri.split("/")
                if req.has("people") then
                        return (new OpportunityPeopleREST).answer(request, uri)