From d2800654110a65e638469a76b6bbc9f8e6702578 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 7 Apr 2014 09:24:08 +0000 Subject: things we don't need --- morph-cache-server | 6 ------ 1 file changed, 6 deletions(-) diff --git a/morph-cache-server b/morph-cache-server index e633d90..8ff7f44 100755 --- a/morph-cache-server +++ b/morph-cache-server @@ -307,13 +307,7 @@ class MorphCacheServer(cliapp.Application): @app.post('/artifacts') def post_artifacts(): - #artifacts = request.forms.get('artifacts').split(',') - - # TODO: we probably ought to figure out why this is being - # returned as a list artifacts = urlparse.parse_qs(request.body.read())['artifacts'][0].split(',') - logging.debug(artifacts) - results = {} logging.debug('Received a POST request for /artifacts') -- cgit v1.2.1